Hi, Im a 10 year old boy wanting to program games. I am always playing mmos and rpgs.
I want to play some case my computer is broken. I need flash player.
Can i have help? Thanks.
flash player
9 posts
- Posts: 1
- Joined: Thu Jan 17, 2013 5:30 pm
Sorry a real Flash player isn't possible, Adobe doesn't support this platform, and never will. There is an open source copy of Flash (called Gnash) that runs some Flash code, but not all.
For the PI you will be better off programming games using Python. And perhaps when its better supported on the PI (there are signs that this will happen) Java.
The PI runs on hardware developed for the mobile (tablets and cellphones) market, and that was a market that Adobe never really supported well, (they only supported windows desktop systems well) and for example the Apple mobile products do not use it at all.
The latest news is that Adobe gave up the little support they did spent on the mobile market.
see (for example) : http://www.wired.com/gadgetlab/2011/11/adobe-kills-mobile-flash/
For the PI you will be better off programming games using Python. And perhaps when its better supported on the PI (there are signs that this will happen) Java.
The PI runs on hardware developed for the mobile (tablets and cellphones) market, and that was a market that Adobe never really supported well, (they only supported windows desktop systems well) and for example the Apple mobile products do not use it at all.
The latest news is that Adobe gave up the little support they did spent on the mobile market.
see (for example) : http://www.wired.com/gadgetlab/2011/11/adobe-kills-mobile-flash/
Turns out that Adobe is dropping LINUX altogether.
Went to install Flash on my new Pi. Adobe has a big notice on tehir download page that Flash 11.2 is the last version to support LINUX.
Time to start learning HTML5.
Went to install Flash on my new Pi. Adobe has a big notice on tehir download page that Flash 11.2 is the last version to support LINUX.
Time to start learning HTML5.
I'm only wearing black until they find something darker.
- Posts: 100
- Joined: Fri Sep 14, 2012 7:46 pm
- Location: St. Louis, MO USA
There are 2 linux alternatives
gnash http://www.gnu.org/software/gnash
lightspark http://lightspark.github.com
Depending on what version of Linux you have installed they may or may not be in the repository
gnash http://www.gnu.org/software/gnash
lightspark http://lightspark.github.com
Depending on what version of Linux you have installed they may or may not be in the repository
I know everything about nothing"
- Posts: 982
- Joined: Fri Sep 14, 2012 9:13 am
The other alternative is to use a real computer. 
Flash on the Pi even if it was supported by Adobe would be too slow to be usable for watching Flash based videos.
Fortunately you have XBMC with 3rd party plugins to fill the void but honestly I think people are expecting way too much from their Raspberry Pi.
When Android finally gets it's release from Broadcom (which seems to be taking forever) then perhaps browsers like SkyFire and Puffin would help to improve on the Flash (server accelerated) video playback experience.
Richard S.
Flash on the Pi even if it was supported by Adobe would be too slow to be usable for watching Flash based videos.
Fortunately you have XBMC with 3rd party plugins to fill the void but honestly I think people are expecting way too much from their Raspberry Pi.
When Android finally gets it's release from Broadcom (which seems to be taking forever) then perhaps browsers like SkyFire and Puffin would help to improve on the Flash (server accelerated) video playback experience.
Richard S.
redhawk wrote:Flash on the Pi even if it was supported by Adobe would be too slow to be usable for watching Flash based videos.
Not really Flash (Adobe's) fault, as Flash is simply used to run a video decoder, and the standard decoders do not make use of the PI's GPU, and using the CPU to decode video's is way too slow.
In other words, it doesn't matter how you start the software video decoder, if that decoder doesn't "ask the GPU for help in decoding the video" you will still get unsatisfactory results regardless of how the decoder is started.
There are 2 linux alternatives
gnash http://www.gnu.org/software/gnash
lightspark http://lightspark.github.com
Depending on what version of Linux you have installed they may or may not be in the repository
Hi boys and gals. Being completely new to RPi, I hope you can advise me to which of the above should be preferred...
gnash http://www.gnu.org/software/gnash
lightspark http://lightspark.github.com
Depending on what version of Linux you have installed they may or may not be in the repository
Hi boys and gals. Being completely new to RPi, I hope you can advise me to which of the above should be preferred...
- Posts: 1
- Joined: Tue Feb 19, 2013 8:06 am
You try lightspark, I'll try gnash, and we'll compare the results. Deal?
- Posts: 1
- Joined: Fri Mar 01, 2013 2:30 pm
johnbirk wrote:There are 2 linux alternatives
gnash http://www.gnu.org/software/gnash
lightspark http://lightspark.github.com
Depending on what version of Linux you have installed they may or may not be in the repository
Hi boys and gals. Being completely new to RPi, I hope you can advise me to which of the above should be preferred...
gnash is more mature AFAIAA, but only compatibility to Flash 9 and some Flash 10
Raspbian "wheezy" install
apt-get install gnash-common
apt-get install gnash
apt-get install browser-plugin-gnash
Arch Linux Arm aka alarmpi install
pacman -S gnash-common
I know everything about nothing"
- Posts: 982
- Joined: Fri Sep 14, 2012 9:13 am