Preloading multiple movies!

Hi,
Hope someone is still following this thread, I have been playing around with the code above for a multiple movie preloader, it works fine, both on my hard drive and on line.
However, once the movies have loaded I want the playhead to move on automatically. I have tried inserting a
gototAndPlay action like this:

[AS]if (percentageLoaded == 100 && curLoad == preloadTargets.length) {
gotoAndPlay(5);
delete this.onEnterFrame;
}
}[/AS]

but… this works fine on my hard drive, but is completely ignored on line - any ideas as to why, also, can any one tell me what the[ B]>32 ** releates to in this line:
[AS]if (preloadTargets[dat].getBytesTotal() > 32) {[/AS]

Cheers
SteveD