i have try to load swf in android.i use t开发者_如何学JAVAhis :
but,i think thatthis is recommend to store SDCARD first and trying to display?
i have try to load swf in android.i use t开发者_如何学JAVAhis :

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

my question is, my point of view is correct or wrong?
i have try by
android_asset but not get success.
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,
- Android Asset.
- From SD Card.
- URL from web.
精彩评论