Pop-ups flash2k4

Ok so I am having problems trying to create a pop-up in flash 2k4. I tried using the howto on the kirupa site here and it works, however as soon as I move the code and try and place it on a button in another movie clip it doesn’t seem to work. So I looked around out on the web and found the following code that I am trying:

[AS]on (release) {
getURL (“javascript:NewWindow=window.open(’…/zoo.html’,‘newWin’,‘width=400,height=300,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No’); NewWindow.focus();
void(0);”);
}[/AS]
I am placing this code on a button called btn and in a movie clip called strip. I am not certain why it is not working as I don’t know much about action scripting. Any help would be greatly appreciated!