Haxe flash hardware optimization

492 Views Asked by At

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

1

There are 1 best solutions below

2
On BEST ANSWER

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>