How do i control root timeline?

Hi flash experts,

i have encounterd a problem with an external swf that i externally loaded to the main movie/root timeline.

what i’m trying to achieve is quite simple. i want to be able to click on one of the butttons in the loaded swf to controll the root timeline. here is the actionscript i’m using but it didn’t do anything. i’m using frame lables.

on (release) {
_parent.gotoAndStop(“none”);

}

am i missing something?

cheers,
samboy