"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"