External SWF player quick question

I have created a media player that plays external swf’s. I am having difficulty in getting the pause play button to work. Here is the code that I have been using.

on (release) {
_parent.mycontainer.myclip._parent.stop();
gotoAndPlay(“play”);
}