Am trying to play local .swf files (kept in asset or sdcard) inside webview. But am not getting any luck...Can anyone guide me the proper way??? I am able to play swf files via url....but getting difficulty in playing local file inside webview
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
swf2.html:
below is the android code
|
|||||||||||||
|
|
For assets:
will play the file auto-scaled to the WebView size. For the SD card, I expect something like this would work:
(Using the READ_EXTERNAL_STORAGE permission, of course). Edit: You may also need to set:
|
|||||||||||||||||
|
|
||||
|
|
WebViewto. – Lukas Knuth May 24 '11 at 6:59