How to make a proper preload

Hi there!

I’ve been reading the tutorials about doing a preloader, but I haven’t found exactly what I’m looking for. Here it is: I would like to make a preloader in a specific .fla file, then load an external swf into it. How do I tell flash to get the bytesTotal not only for the preloader, but as well for the external file? Is there a special way to load the swf with a preloader?

Thanks for your help!
Frankie

you can preload your main movie and then add a preloader to the external SWF.

Hi!

I actually don’t want to put a preloader in my main swf, the reason why is that everything has already been programmed, and my timeline has to stay with 10 frames, and adding one for the preloader would screw the whole thing. So again, does anyone know by any chance how to calculate the totalBytes of the preloader (an swf with only the preloader, no content) and the external (main) swf?

thanks!