onEnterFrame LoadMovie Problem

hey - this code works while previewing in flash, but once online it only works the second time you load the page…???

this.onEnterFrame = function() {
	_root.emptyMC.loadMovie("shootem/shootem2.swf");
};

anyone know what is wrong?
thanks.