2

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

Johan
  • 74,508
  • 24
  • 191
  • 319
62316e
  • 225
  • 2
  • 19

1 Answers1

6

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>
stroncium
  • 1,430
  • 9
  • 8