loadMovie problem(simple!)

I have a problem.

I have in my fla document(Nico.fla) a holder Movieclip (empty). And during the movie I load in that movieclip a new swf-file. (Main.swf)

In the Main.swf file I have a link. I want that the link loads another swf-file in the same holder as in the Nico.fla document

So this is the structure…

Nico.swf
|
holder(Movieclip)

  1. Nico.swf loads in holder Main.swf

Now I want to load FROM the Main.swf a new swf file in the holder of the Nico.swf.

Can anyone help me???

Allready solved the problem. With _root. and then referring to movieclip in main timeline!!