模拟禁用的 wmode

发布于 2024-10-14 04:49:28 字数 254 浏览 2 评论 0原文

我在这里遇到麻烦了。

事情是这样的,我正在制作一个 Flash 游戏,它使用一些像素技术,如 copypixels、位图数据等。

我计划将游戏提供给 FGL(Flash 游戏许可证),我读到他们不允许 wmode,而且很多其他门户网站也这样做。

所以..我的问题是,我的游戏是否利用了wmode=gpu?..我如何运行我的swf文件并确定禁用wmode?,我只是想知道我的游戏在不启用wmode的情况下是否能顺利运行。

提前谢谢。

Im running into a trouble here.

Here's the thing, I'm making a flash game that uses some pixel techniques like copypixels, bitmapdata, etc.

Im planning to offer the game to FGL (Flash Game License) and I read that they doesn't not allow wmode, and many other portals do the same.

So.. my question is, is my game taking advantage of wmode=gpu?.. how can I run my swf file and disable wmode for sure?, I just want to know if my game will run smothly without that wmode enabled.

Thx in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浊酒尽余欢 2024-10-21 04:49:28

wmode 是关于浏览器如何处理在 HTML 页面内显示游戏的方式。在 ActionScript 中使用“像素技术”不会改变任何内容 - 当您嵌入插件时,您必须显式设置此参数。您可以此处了解 wmode。

因此,您可以自己回答您的问题:您是否在用于嵌入 SWF 的 HTML 中设置了 wmode?省略 wmode 后你的游戏还能运行吗?

wmode is about how the browser handles displaying your game inside of an HTML page. Using "pixel techniques" inside of ActionScript will not change anything - you have to explicitly set this parameter when you embed your plugin. You can learn about wmode here.

So you can answer your question yourself: Do you set wmode in the HTML you use to embed your SWF in? Does your game still work when you omit wmode?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文