I want to use flash in webview.
I used following code..
mWebView = (WebView) findViewById(R.id.webview);
mWebView.getSettings().setPluginsEnabled(true);
mWebView.loadUrl("http://domain-path/flash/test.html");
The test.html is containing flash object embedded.
But when I run this it displays nothing.
Please suggest.....
try to add
webView.getSettings().setPluginsEnabled(true);
webView.getSettings().setPluginState(PluginState.ON);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With