Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The best way to play swf-files (flash) in my android-program?

I have to play flash (swf) in my program when the user clicks on a link. Which is best? Concentrate on android 2.2 and use the Adobe Flash Player, or what do you recommend? I have tested WebView, but can not play swf in the emulator. HTC has a custom flash player but it feel like a limitation.

Some code samples to play swf in android that works for as many users as possible?

like image 420
Xtreme Avatar asked Nov 26 '22 18:11

Xtreme


1 Answers

Have you considered using Flash to create an AIR app for Android rather than using Java? If you have to download and run external swf files, this seems like a path of least resistance to me. Of course, this requires learning ActionScript, but it's not difficult if you know Java.

like image 98
scriptocalypse Avatar answered Jan 17 '23 08:01

scriptocalypse