loadMovie and go to specific frame

Need some help on loading a movie.

I want to load an external swf (which I can do), but just need to loadMovie (let say on _level2) and go to a specific frame (name) other than starting in beginning of movie.

(I have multiple btns and depending on what btn they click, it’ll go to a specific frame of the loaded movie). This is what I have so far…

on (release){
loadMovie (“name.swf”, 2);
}

Thanks!