Basic AS question re loading a movie and going to a specific frame therein

Easy question to you guys and thanks for helping out.
I’m trying to get a button to load to a specific frame when it loads the movie.
Could someone let me know what i need to add in the script.

button2.onRelease=function(){
loadMovie (“content2.swf”, “_root.content”);

thanks.