How To Play .swf Files In Android?
I installed Adobe Flash Player apk by copying it from assets to SD card and installing it using Intent. Even after that, webView is not able to load the .swf file. Should i use Ad
Solution 1:
You can use "GeckoView of Firefox" I used this in my project.
Useful for playing swf files.
Also you need to set plugin.state.flash = true;
in GeckoView..
The bad idea is your apk will increase 20-25 mb if you choose to use GeckoView (if i didnot remember wrong) , because GeckoView works with jni...
Post a Comment for "How To Play .swf Files In Android?"