Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以从 haxe 启用硬件优化(wmode)吗?
它应该从 html 页面 AFAIK 启用。
<object type="application/x-shockwave-flash" data="file.swf" > <param name="movie" value="file.swf"> <param name="wmode" value="gpu"> </object>