Preloader blues

Hi,

I’ve created a movie with a preloader like this:

onClipEvent (enterFrame) {
var percent = Math.round(_root.getBytesLoaded()/_root.getBytesTotal()*100);
trace(percent);
if (percent == 100) {
_root.gotoAndPlay(“intro_pt2”);
}
}

This works fine. BUT,
within my movie are some “LoadMovie” commands, to bring in other “subsection” swfs when needed. These also have preloaders identical to the one above - apart from the frame labels - they work perfectly when I test them individually, BUT

When I test the whole movie, the “subsection” swf’s seem to skip their preload and they won’t wait at the right place either.

WORSE, when I publish the job to the web I get even more glitches, like some of the “subsection” swfs won’t load up.

When I test the movie the output box gives me this error message:

Error opening URL “file:///%5BKG%5D%5BHD%2D03%5D/Users/jaz/Documents/%5BKG%5D%5BHD%2D01%5D/%20Work%2001/Private%20Lives/In%20progress/version6/”

Although it does still seem to correctly “LoadMovie”.

J.
A little help would be appreciated - I’ve been staring at this thing for days…

Check out my glitchy movie at:
www.redsphere.co.uk/pl_pres
click the link [web build]