Actionscript navigation

this.onRelease = function(){

_root.gotoAndStop(11);

}

Here’s the problem. The above script is within a complex button movieclip (A) which is within a menu movieclip (B) which is within a page of a website (C). How can i get the button A to jump to a frame in C? Any help would be greatly appreciated…i hope my explanation makes sense.