Aamirkhan
Aamirkhan

Reputation: 5784

Not Able To Play Flash Video in Android WebView

I am trying to show this URL in webview. When I run this in my device it i am getting list of flash videos.when i click on any video i am getting below error.

enter image description here

I have downloaded several flash players from Google Play but always getting same result. I am testing this on Samsung tab and my project version is 4.0.

It also giving same result in another all devices.

Here is my activity class

& here is my manifest file

What other attempt do I need to do?

Upvotes: 4

Views: 614

Answers (1)

Mudassir Hasan
Mudassir Hasan

Reputation: 28741

Add this to the tag under your Applications Manifest XML inside

activity

tag and reload

android:hardwareAccelerated="true"

Upvotes: 4

Related Questions