2011-11-20 118 views
1

如何在WebView中播放Flash內容? 任何教程?在Android WebView中播放Flash?

+0

你有一個網頁中嵌入自己的應用Flash組件? – Zakaria

+0

順便說一句,看看這裏:http://stackoverflow.com/questions/2994116/load-an-swf-into-a-webview – Zakaria

+0

我有一個webview,我啓用java和plugind,但沒有什麼 –

回答

2

嘗試setPluginsEnabled(true)

mWebView = (WebView) findViewById(R.id.webview); 
mWebView.getSettings().setJavaScriptEnabled(true); 
mWebView.getSettings().setPluginsEnabled(true); 

相關:

+0

不工作:(謝謝 –

+0

哦,我解決了!通過添加此 - > android:hardwareAccelerated =「true」 代碼,感謝您的幫助 –

+0

不要忘記標記爲回答的問題,通過點擊這篇文章左側的綠色箭頭! –