tags:

views:

699

answers:

4

I am planning to port a flash player to Android OS. Presently Android is not supporting the Flash. I have looked into GNash, an open source flash player but the problem with this is that it is not supporting the latest version flash files and we can't open the youtube with GNash.

Are there any open source light-weight flash players which can be ported to Android.

EDIT: I have also tried SwfDec but even this one is not playing the videos from youtube.

Any other open source players which can play youtube videos?

+1  A: 

Of course this could be a fun project to hack; however, you'll soon face real competition from Adobe, who are porting their own player as we speak:

http://www.google.se/search?q=flash+android

Just in case you can afford to wait.

Will
They've been claiming that it "mostly works" or is "almost done" since back before the holidays... wonder if we'll ever see it.
fiXedd
A: 

I have used ffmpeg to convert the flv to mp4.

Vinay
A: 

According to Google/OHA member engineers the problem you will have is performance on current device hardware specifically G1s..

My impression is that you will not see flash until the Dalvik VM JIT is finished developmentally...probably not until SDK 3.5 probably..

Fred Grott
A: 

GNash website states (and my own experience confirms) that GNash actually plays most youtube videos OK. See GNash wiki.

wazoox
Problem with GNash is that it depends more on Boost libraries. It takes more time to port Boost to Android.
Vinay