【发布时间】:2011-07-26 21:17:05
【问题描述】:
我想在 webview 中使用 flash。
我使用了以下代码..
mWebView = (WebView) findViewById(R.id.webview);
mWebView.getSettings().setPluginsEnabled(true);
mWebView.loadUrl("http://domain-path/flash/test.html");
test.html 包含嵌入的 Flash 对象。
但是当我运行它时,它什么也没有显示。
请推荐.....
【问题讨论】: