From preload to loading/opening a new page

I’ve searched through numerous websites as well as searching through this forum but haven’t been able to find a full answer to my problem.

I created a preloader which works mint on its own but I want to open a new swf (actually a projector file, but that’s the same technique isn’t it) once the progress bar is finished (ie. movie has been loaded).

I’ve got my main part (main.exe - it’s a projector) and I’ve got my preloader part (preloader.exe - also a projector). So what I want is that I click on preloader.exe, this loads main.exe as well as displaying the load bar and once it’s finished loading it takes me automatically to main.exe which is the main part that has all my text etc.

How do I do this?

i don’t think you’ll be able to load an .exe/projector into another file, they are standalone programs that don’t require anything else to run, they also have a few hundred extra kilobytes of code at the begining to make them run.

why not have main.exe as an .swf and then load it into preload after its finished?, at least thats wat i think u shld do from wat i understand you doing.