External preloaders

I’m streaming mp3s and for each one there’s a different preloader. the preloaders are external .swfs. they work fine by themselves, but how do i get it to show up where i want it when the movie starts up?

I have an empty movie clip that has this script on it:


onClipEvent(enterFrame){
 loadMovie("preloader.swf",songpreloader);
}

i have the empty movie clip with the instance name “songpreloader” on the stage that the movie should load into.

the song is loaded from the preloader movie. the song streams and plays but i don’t see the movie clip (it works fine by itself).