StarlingGraphics / Starling-Extension-Graphics

flash.display.Graphics style extension for the Starling Flash GPU rendering framework
https://github.com/StarlingGraphics/Starling-Extension-Graphics/wiki
MIT License
285 stars 88 forks source link

Example returns weird error #31

Closed santanu4ver closed 11 years ago

santanu4ver commented 11 years ago

Running the provided example files (after incorporating Feathers-maste, Starling framework and given SWC), running in simulator displays only one line "This application is not correctly embedded (wrong wmode value)". Any idea what I did wrong (?) Thanks.

Oldes commented 11 years ago

Check if you have in your application.xml line: <renderMode>direct</renderMode>

Oldes commented 11 years ago

Also make sure you have set the compiler argument for the SWF version at least to 15. To do this just add “-swf-version=15” to your compiler arguments.

santanu4ver commented 11 years ago

Ah, that answer my problem - /renderMode>direct/renderMode> Thanks Oldes!