It is possible to enabled hardware optimization (wmode) from haxe?
Asked
Active
Viewed 471 times
1 Answers
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
-
Do you have any examples? – 62316e May 25 '15 at 00:12
-
@62316e Added example – stroncium May 26 '15 at 11:05