Flash 横幅上的此错误意味着什么?

发布于 2024-10-28 01:48:22 字数 319 浏览 0 评论 0原文

我收到以下错误

[ImageError - Reason: FLASH_HAS_RANDOM_NUM, Field Path = Operations[0].operand.ad.image.data]

你知道这意味着什么吗?

我唯一的随机调用是获取一组粒子的随机 360 角度,并且代码位于其他影片剪辑中的影片剪辑的末尾

谢谢

更新: 我使用的是 Flash CS3,横幅设置为:Flash 8 和 AS2,

随机位的代码为 this._rotation = Math.random() * 360;

I get the following error

[ImageError - Reason: FLASH_HAS_RANDOM_NUM, Field Path = operations[0].operand.ad.image.data]

Any ideas what that means?

The only random call I have is to get a random 360 angle for a set of particles, and the code is at the end of a movieclip within other movieclips

Thanks

UPDATE:
I am using Flash CS3 and the banner settings are: Flash 8 and AS2,

The code for the random bit is this._rotation = Math.random() * 360;

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

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

发布评论

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

评论(1

苍暮颜 2024-11-04 01:48:22

这是 Google Ads 生成的错误,当然是为了防止横幅出现不可预测的行为。因此你不能在横幅中使用 Math.random() ...

It is an error generated by Google Ads, certainly to prevent the banner from having an unpredictable behavior. Thus you can't use Math.random() in a banner...

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