Skip to content Skip to sidebar Skip to footer

Prevent Flash Player Fault In Webview, As Is Done By The Android Browser

I'm loading .swf files into a WebView directly using webView.loadUrl('http://whatever.com/file.swf');. It works perfectly in the vast majority of cases. When loading a few specific

Solution 1:

I see in your logcat output that the crash occurs in libflashlite.so. You should be using real Flash 10.3 or higher, not Flash Lite. The Flash player is available on the Android Market now.


Post a Comment for "Prevent Flash Player Fault In Webview, As Is Done By The Android Browser"