Skip to content Skip to sidebar Skip to footer

Playing Swf Files Locally From Android Webview

What is the right way to view .Swf files that plays .Flv videos in Android? The code that I am using right now to enable Flash support in web view is WebView mWebView = (WebVi

Solution 1:

Have you got:

<application android:hardwareAccelerated="true"...

in your AndroidManifest.xml?

I had a similar problem on 3.2 and this solved it for me. 4.+ has this enabled by default (I believe).

D/.

Post a Comment for "Playing Swf Files Locally From Android Webview"