Need to target a MC in another SWF

I need to have a button to target a movie clip in a separate swf placed in a separate window. Any direction would be appreciated. Thanks!

//
on(release){
getURL(theotherswf.html+nameof_mc);
}