Flash's own getURL-with-javascript not working

Hi,

I’m trying to use getURL to open a new window that will have a specified size.
I downloaded Macromedia’s own tutorial/sample code for how to do this using javascript and cannot get it to work.

Here’s their code:
on (release) {
getURL("javascript:openNewWindow(‘http://www.macromedia.com’,‘thewin’,‘height=400,width=400,toolbar=no,scr ollbars=yes’) ");
}

Here’s where I got the code from:
http://www.adobe.com/cfusion/knowle…cfm?id=tn_14192

Nothing happens when I click their button. I tried changing the target, still nothing. I also tried it in Safari and in Firefox with FF’s popup blocker turned off. Nothing.

Here’s the URL to my attempt:
http://willsoper.net/getURL_javascript.html

Any ideas?

TIA,
Will