帮同事找到了一个有关问题的解决方法:在android 3.0版本以上的系统 webview中flash无法显示的有关问题

帮同事找到了一个问题的解决办法:在android 3.0版本以上的系统 webview中flash无法显示的问题
描述:
在android 3.0版本中 在浏览器中能完美显示flash  但是在webview中无法显示
2.2系统则没有什么问题


解决办法
在 Applications Manifest XML中添加 android:hardwareAccelerated="true"


解决


希望能给别人以帮助

参考:


So after a week and a half+ of searching high and low, trying different techniques, and just about near ready to throw my tablet out the window, I finally figured it out -- and I'm not too happy how EASY it was to fix; then again, I am!

Remember, this was directed toward the ISSUE of Flash video not loading into the WebView on my Xoom Android 3.0.1 tablet with PluginState ON. Read my question and then the answer. Enjoy!

Step 1: Simply add this to the tag under your Applications Manifest XML

android:hardwareAccelerated="true"

Step 2: Load up your app and enjoy your Flash enabled WebView!

Good luck!


http://*.com/questions/5383364/flash-video-not-displaying-in-webview-for-android-3-0-1


1 楼 crashguy 2012-03-22  
太感谢了!!!!!
问题困扰了我一天多
2 楼 flyjiangs 2012-05-10  
太感谢了。我也找了好久。