Another loadMovie problem!

here we go

 
stop();
_root.container.loadMovie("nextexit.swf");
_root.list.gotoAndPlay(2);

all is working but “nextexit.swf” is loading twice at the same time in different
positions … one where it should be in ref. to the container clip _x and _y
and another in relation to the _x and _y of the maintimeline …
any ideas …
and as always thanks in advance

can you post your fla, however if it is loading twice I would venture a guess in the direction of you changed some code somewhere and left a line in the makes it load the movie. Check through everything just to make sure, I do this pretty often and it really drives me nuts.