Play SWF file in webViewClient on ICS?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I tried to open an SWF file in webViewClient and it works on Android 2.1 and 2.3.3. But when I try to play the same SWF file on 4.0.4, it causes an error and a green screen appears in the videoPlayer page. oWebView = ( WebView ) findViewById ( R . id . wvhPlayer ); oWebView . setWebViewClient ( new KhWebClient ()); oWebView . getSettings (). setJavaScriptEnabled ( true ); oWebView . getSettings (). setPluginsEnabled ( true ); oWebView . getSettings (). setAllowFileAccess ( true ); oWebView . getSettings (). setBuiltInZoomControls (