Should be simple for someone who knows

…I am obviously not someone who knows.

I am loading a swf into an empty MC with this code:

on(release) {

loadMovie(“movie.swf”, _root.container);
}

what I want to do is also go to a specific frame or frame label in that loaded movie. I thought I could do it by adding something like this:

_root.containter.gotoAndPlay(“frame”);

but no dice. Please someone help! thanks.