flashgpuhaxewmode

Haxe flash hardware optimization


It is possible to enabled hardware optimization (wmode) from haxe?


Solution

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