Skip to content Skip to sidebar Skip to footer

"wrong Wmode Value" When Using Starling With An Avd

I am currently using FlashDevelop set up with the Flex/AIR SDK and Starling. I have used the AIR for Android AS3 template and have successfully compiled test applications without i

Solution 1:

You've probably sorted this out by now, but just in case anyone else comes across this thread...

Go in to you *-app.xml file and search for <!--<renderMode></renderMode>--> untag it and add direct between the tags so it looks like <renderMode>direct</renderMode>

Post a Comment for ""wrong Wmode Value" When Using Starling With An Avd"