1

i have try to load swf in android.i use this :

enter image description here but,i think that this is recommend to store SDCARD first and trying to display?

enter image description here my question is, my point of view is correct or wrong? i have try by android_asset but not get success.

1 Answers1

0

First of all, I think you should use webview control to load SWF file. (if you have not done above). Using webview, You can load swf file in any of following way,

  1. Android Asset.
  2. From SD Card.
  3. URL from web.
Rajnikant
  • 1,097
  • 1
  • 7
  • 22