Can anyone help me out here. I made a preloader for the main site. I want to be able to make a preloader for the banner, the mnue bar, and other stuff in the main page at the same time. Heres an example of what Im talking about. can anyone please help me?
www.2advanced.com:trout:
hehe the trout doesnt like links :beam:
what you have to do is set every animation as a different movie (swf), tell flash to load them and use in that same way the getBytesLoaded with each different swf…
you wouldnt know whats the code to load a movie would you?
Put this on the first frame, and start everything else on the second
if (_framesloaded>=_totalframes) {
gotoAndPlay (2);
} else {
gotoAndPlay (1);
}