getURL + GotoandStop

Hi , I have a flash movie on one page say 1.htm that has 3 buttons

when someone clicks on a button I would like it to open a different webpage (URL)
that has a flash movie with 10 frames

but I need it to goto and stop to a specific frame in that movie.

so let’s say you clicked on button 1 it would geturl(www.whatever.com/movie.htm) in which there is
a flash movie called movie.swf, and gotoandstop a specific frame

like getURL(URL, _blank, gotoandstop(3));

I know that is not the code…

but how can I go about doing this???

thanks…