PDA

View Full Version : Prealoder stops at 46%.. but i think i know what the problem is....


gunko2
08-15-2005, 01:24 PM
WHOAH.. it's been ages since i last posted here....



anyways.. here's how it goes..



first frame:



var lb:Number = Math.round(this.getBytesLoaded());

var tb:Number = Math.round(this.getBytesTotal());

var pc:Number = lb/tb;

mcBar._width = pc*250;

tText = Math.round(pc*100)+"%";

if (lb == tb) {

this.gotoAndStop(3);

}



second frame:



this.gotoAndPlay(1);



third frame:



some gfx....



the problem is the preloader stops at 46%..

i think the problem is that i have a sound in the third frame.. i have some links and when u roll over them, there's a sound.. and i think that's the problem...



if u need the fla. lemme know...

tnx ahead, Alex.

Xeef
08-15-2005, 02:57 PM
send the file (if isn't bigger then 150Kb)