Help - Frames Target!

Can anyone please tell me why this won’t work and a possible solution?
////////
on (release) {
getURL ("/ScopePhase/index.html", “_top”);
gotoAndStop (“concept”);
}
////////
In the index.html page that I am loading, there is a movie called Scope.swf, in that movie there is a frame label called “concept” that I want to go to but it will not work!!

Thank you for your time.