Detecting the end of an embedded movie

Hi
If I use loadMovie() to load a swf file into a timeline, how can I detect when it has finished playing so my main timeline can continue?
Also how can I ensure the movie I load appears behind everything else on the timeline? I tried _root.createEmptyMovieClip(“mcBackground”,0);
but it didnt work

thanks and kind regards