Flash 8 Preloader not working in IE 7
October 25, 2007 12:00 AM
I think you are on to something. The fla file is too big to send by itself, however I will strip out the first three frames for the preloader and actions and send you that.While I am sending that here is the code for frame one, which I assume has the old code. stop();initX = _root.preloader.mask._x;onEnterFrame = function () { var amount:Number = (this.getBytesLoaded()*100)/this.getBytesTotal(); this.preloader.mask._x = initX+(amount*this.preloader.mask._width)/100; this.percentageLoaded.text = Math.floor(amount); if (amount == 100) { delete onEnterFrame; gotoAndStop(3); }};
Discussions have been disabled for this post