hi
i have a preloader swf that needs to loop while the "mainsite.swf" file loads, what script do i need to input and where does it need to be placed in the preloader fla?
i've tried this script but it's not working
if (getBytesLoaded(400, 500)>=getBytesTotal()) {
loadMovieNum("mainsite.swf", 0);
} else {
gotoAndPlay(1);
}
any help would be much appreciated
thanks
Jon
i have a preloader swf that needs to loop while the "mainsite.swf" file loads, what script do i need to input and where does it need to be placed in the preloader fla?
i've tried this script but it's not working
if (getBytesLoaded(400, 500)>=getBytesTotal()) {
loadMovieNum("mainsite.swf", 0);
} else {
gotoAndPlay(1);
}
any help would be much appreciated
thanks
Jon