Load a movieclip in another movieclip

I have a problem, i’m using this to load a movie into my main movie.


on (release) {
 _root.bildspel.loadMovie("bildspel.swf");

But now i want to make a link in the file “bildspel.swf” that loads another movie in the same file as “bildspel.swf” loads into.

Somebody who know how to do this?