Display html page that has some .swf object

I want to display an html page that has some .swf object in it.

webView.getSettings().setPluginState(WebSettings.PluginState.ON);
webView.getSettings().setJavaScriptEnabled(true);

These settings failed.

+4
source share
2 answers

I am afraid that Flash is not supported by Android or any other mobile operating system.

0
source

Adobe Flash is now on version 17, and Android support is stopped in version 11.1

Flash Android, WebView . Android 4.1 (Jellybean). Android 4.4 WebView, , - .

, , Flash Android 4 .

0

All Articles