开发者

What does this error means on a Flash banner?

开发者 https://www.devze.com 2023-02-20 02:53 出处:网络
I get the following error [ImageError - Reason: FLASH_HAS_RANDOM_NUM, Field Path = operations[0].operand.ad.image.data]

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 pa开发者_JAVA技巧rticles, 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;


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...

0

精彩评论

暂无评论...
验证码 换一张
取 消