What does this error means on a Flash banner?
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...
精彩评论