Question

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

Was it helpful?

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>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top