Preloading external movies in a preloader

I’ve been playing around with Flash and ASP and have now got ASP to return values in to Flash.

I’m currently playing around with a site, that has a main movie clip, which loads in external movies in to an empty movie clip. In particular I want a news feed to be visible once my site has loaded.

Currently I have to wait for the preloader to load and then, for the main movie to load the external movie. So the user is waiting twice.

What I want to do is load the external movie, whilst the preloader is loading.

Does anyone know how I can go about doing this?