Swf files preloading

Hey

Ok here goes…

I’m building a flash site obviously…
I have a preload function which I want to preload several swf files at the same time, capture how much of the files is downloaded.
When the swf files have been downloaded, then the flash should enter main site.
On the main site the other swf files will be display. I want the external swf files to be placed different places on the main site.

What would be the best way to do this??

Right now I have 1 swf file containing the preloader and the main site.
Preloader is on Scene 1, main site on Scene 2.
So basicly any external swf files should be displayed on Scene 2.
So when Scene 2 is being displayed, external swf files have been loaded (downloaded).

Any got some tips on this?? Or a better way to do it… Mind you I don’t want the swf files to first be loaded on the main site, it all has to be done in the preload function.

Thanx

EX:
Let’s say I have 10 SWF files I want preloaded…

  1. Preloading (Downloading SWF Files, Not running them)
  2. Displaying 1.swf (main site)
  3. Displaying 2.swf & 3.swf ontop of 1.swf (Have them displayed certain areas on 1.swf).
  4. User interaction will display the rest of the SWF files.

So basicly downloading the files and only when main site is up knowing what to do with the external SWF files…

Hope you know what I’m thinking about doing…