[android-developers] loading .swf file in webview, my code works for 2.3.3 but not working for 4.0.4

2013-02-20 Thread Gaurav Wable
having a.swf file in assets folder. this code is working for os 2.3.3 but not for 4.0.4 i have set the parameter android:hardwareaccelerated = true onCreate() { String html = object width=\250\ height=\200\ + param name=\movie\ value=\file:///android_asset/a.swf\ embed

Re: [android-developers] loading .swf file in webview, my code works for 2.3.3 but not working for 4.0.4

2013-02-20 Thread Mark Murphy
Bear in mind that Flash is no longer available for Android. On Wed, Feb 20, 2013 at 4:39 AM, Gaurav Wable gswa...@gmail.com wrote: having a.swf file in assets folder. this code is working for os 2.3.3 but not for 4.0.4 i have set the parameter android:hardwareaccelerated = true onCreate() {