Problems loading swf

this.onPress = function () {
	_root.createEmptyMovieClip("container",1);
	loadMovie("loaded.swf","container");
	container._x = 150 ;
	container._y = 20 ;
}

i am using the complex rollover button tut from this this site as well. I don’t see anything when i try the code. When it goes to the root, does it automatically go to the first frame? what if my buttons are on the 4 frame?