[FMX] Problems w/ action following loadMovieNum

Hey guys, quick question. This is my as:

on (press) {
ipixAnimation.gotoAndPlay(21);
[color=red]loadMovieNum(“content_ipix.swf”, 5);
_level5.contentSlider.gotoAndPlay(16);
[/color]menuOpener.gotoAndPlay(9);
_parent.gotoAndPlay(16);
}

For some reason, the external movie I’m loading into level 5 in the first red line won’t execute the action below it, to make the loaded movie play a clip on its main timeline (contentSlider) from frame 16. It just keeps going to the first frame of the movie and nothing else.

I don’t know if I’m just missing something, or if what I’m trying to do right there just isn’t possible. If anyone sees anything wrong with that, or has a different way that it would work, please post… thank you!