Target frame in external swf

how do i do this?

as of right now, i have

on(release){
_level0.mt.gotoAndplay(“exit”);
}

where mt is the name of the movie clip and exit is the name of hte label i want to target. many thanks if you can asist.