android - Flash don't play in WebView for FLV -
I have one in the webview. I want to play FLV video but it does not work. I have enabled plugins and javascript, set android: hardware accelerated = "true"
. Blue Rock is missing from the Flash plugin in the webview ... Can anyone help me thanks in advance
webView = (webview) get ViewById (R.id.webView1); WebView.getSettings () setJavaScriptEnabled (true). . WebView.getSettings () setAllowFileAccess (true); . WebView.getSettings () setPluginState (PluginState.ON); // Web Vive WebView Load the load in the load URL (URIFrameFile (flawhtml) .ststring ()); Flash content is used in Android, at least because of higher versions, Adobe has closed it.
Support for this, on the lower-level devices, you load the flash player from your archives And they will play it. My question was yesterday
Comments
Post a Comment