Close Window - Safari

I need to close the browser window at the end of the flash presentation. I’ve tried the following code on my “Close Window” button:

on (release) {
getURL (“javascript:window.close();”);
}

Which works great in Internet Explorer, but not in Safari.

Does anyone have a suggestion for closing a browser window in all browsers?