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

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -