Loading a Movie to a certain frame

I know this is simple answer, but I cannot figure it out and yes I’m still using action script 2.0

I’m trying to get a movie to load and open in a certain frame

on(release){
loadMovie(“magrittebuttonsLB.swf”,“lightbox2_mc”)
}

the movies is magrittebuttonsLB.swf and i just need it to open in different frames

my container where the movie opens is called lightbox2_mc

any help would be greatly appreciated!