Showing flash objects in WebView
When I tried to show a web page in Android, I faced with a black screen since web page contained Flash content. After googling I found the easy solution. Just add a single line to application tag in your manifest file.
android:hardwareAccelerated="true"
Hope this can save your minutes!
Post comment
Blog Categories
- Actionscript (3)
- Air (4)
- Android (5)
- BLOG (4)
- Flex (3)
Recent Posts
- Showing flash objects in WebView
- Using Android library projects in custom builds
- How to open another application from current application on Android? – Different Approach
Archives
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- August 2010
- June 2010
- May 2010
- March 2010

Posted by Ercan in