Issue reading video in stagewebview (Adobe AIR for Android)

1.4k Views Asked by At

I have a problem reading video in a StageWebView for Android device.

I use the html5 video tag and I would like to read this video in a StageWebView for an Android application.

For iOS I had no problem but on Android device the player is black and I hear only sounds.

I tried a lot of JS players but all have the same issue.

Has anyone had this kind of issue?

1

There are 1 best solutions below

0
On

In App.xml Android manifest, try enable hardware acceleration. Maybe it's that..

<android>
        <manifestAdditions><![CDATA[
...
            <manifest android:installLocation="auto">
...
                <application android:enabled="true" android:hardwareAccelerated="true">