This probably will sound stupid, but here goes.
I've got a preloader for my site. I am currently using getBytesLoaded/getBytesTotal to string the gauge along the xscale.
The problem is that the site is 25mb. (yes it's huge, but it's 14 years worth of my work). What should I do if I want to have the site launch after say 200 frames are loaded. It currently takes about 2 minutes on DSL to load the entire site....so that loader bar literally crawls across the screen. Currently, I have removed the getBytesTotal script, so as of now, my preloader flashes instantly on the screen, then jumps right into the site intro.....of course this is problematic because if you want to click on a link for content that hasn't loaded yet, you jump to the most recently loaded frame.

So again, is there a command that I can use to have the preloader stay on screen until a certain frame is loaded? Sorry to ramble.

You can check out my site here