It is possible to enabled hardware optimization (wmode) from haxe?
It should be enabled from html page AFAIK.
<object type="application/x-shockwave-flash" data="file.swf" >
<param name="movie" value="file.swf">
<param name="wmode" value="gpu">
</object>