Loading a movie inside a movie...inside a movie

i have a swf file… “index.swf” all thats in that swf is

_root.currMovie = “enter”;
container.loadMovie(_root.currMovie+“.swf”);
on the first frame… so it loads my “intro” than you click enter or whatever…
and the “main.swf” loads now my buttons on the “main.swf” wont load the external swfs into a “contaner” movie clip in the “main.sef” …

sorry if i sucked at explaning that… help would be greatly appreciated…