Add Flash player to WEBVIEW (android) -



Add Flash player to WEBVIEW (android) -

i'm working on new "app" , have problem when i'm trying show videos app (webview) got message:

http://i.stack.imgur.com/p1rem.png

how solve it?? all!

<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.pskpartha.droidwebview" android:versioncode="1" android:versionname="1.0" > <uses-sdk android:minsdkversion="8" /> <uses-permission android:name="android.permission.internet" /> <uses-permission android:name="android.permission.write_external_storage" /> <uses-permission android:name="android.permission.read_phone_state" /> <uses-permission android:name="android.permission.access_network_state" /> <uses-permission android:name="android.permission.write_external_storage" /> <uses-permission android:name="android.permission.call_phone" /> <application android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:hardwareaccelerated="true" > <activity android:configchanges="keyboard|keyboardhidden|orientation" android:name="com.google.ads.adactivity" > </activity> <activity android:label="@string/app_name" android:name=".splashactivity"> <intent-filter > <action android:name="android.intent.action.main" /> <category android:name="android.intent.category.launcher" /> </intent-filter> </activity> <activity android:configchanges="touchscreen|keyboardhidden|orientation" android:launchmode="singletop" android:name="droidwebviewactivity" > </activity> </application> </manifest>

android flash webview

Comments

Popular posts from this blog

java Multi query from Mysql using netbeans -

c# - DotNetZip fails with "stream does not support seek operations" -

c++ - StartServiceCtrlDispatcher don't can access 1063 error -