xxx
10-23-2008, 11:59 AM
I have a 200x200 banner which I made by using
_root.onLoad = function() { _root._width *= 0.67; _root._height *= 0.67;}
in a 300x300 one that I had created before. It shows OK in all browsers when using publish html, but when it is put up online by the ad company, it is displayed in some browsers as if without the script (my FF2 with flash player 9 runs OK, FF3 with fp10 fails just as my friend's FF2 with god knows which version).
Any change to query string in the src attribute's value (using firebug) causes flash to reload and run properly.
Got any ideas how to fix it?
_root.onLoad = function() { _root._width *= 0.67; _root._height *= 0.67;}
in a 300x300 one that I had created before. It shows OK in all browsers when using publish html, but when it is put up online by the ad company, it is displayed in some browsers as if without the script (my FF2 with flash player 9 runs OK, FF3 with fp10 fails just as my friend's FF2 with god knows which version).
Any change to query string in the src attribute's value (using firebug) causes flash to reload and run properly.
Got any ideas how to fix it?