loadMovie settings?

test.onPress = function () {
	loadMovie("test_1.swf", "container");
}

Can I make a variable that would start the separate flash movie on a later keyframe if you’ve already clicked it? (I’ve got section intros on a menu, and I don’t want them to cycle constantly)

Also, would it be possible to “fade out” the original movie when you load a new movie into the “container”? Maybe a big white box fade in from alpha and fade out into the new movie that loads on a click? Whats the code look like for that?

Thanks