Create flash/swf player in Android [closed]

匿名 (未验证) 提交于 2019-12-03 09:06:55

问题:

I have to create an app to play an swf/flash file, having zoom and mouse pointer functionalities. I have searched a lot, but I didn't find any sample/code or any clue to build a player.

Does anyone know an API or any way to build such a player?

Has anybody played an swf file in android other than with WebView?
I have tried to play swf in WebView but it shows only a square image(blue) in the center, even though I have installed flash player.

回答1:

Make sure you have enabled plugins for your webview:

http://developer.android.com/reference/android/webkit/WebSettings.html#setPluginState(android.webkit.WebSettings.PluginState



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!