alright, here is the deal:

i have published a .swf AND a macintosh projector file and the only thing the movie contains is one button with a link to a web page.

here is my actionscript:

on(release) {
getURL("http://www.google.com");
}

i click on the button and absolutely nothing happens. has anyone ever come across something like this? is this a settings problem? a mac problem?

i appreciate any insight i can get!