geturl on safari mac
hi. i have an issue with links embedded in flash supposedly not working for safari on macs. im currently starting work on a simple page with flash navigation at the top:
http://www.ambulancerecords.com/news (no content and unfinished..its not live yet)
the links that you see at the top (news, tours, bands, etc etc) are flash buttons with very simple geturl actionscript. for example, the 'tours' button has this:
------
on (release) {
getURL("
http://www.ambulancerecords.com/tours/");
}
------
now, i have several pcs in the house running firefox, internet explorer and the new safari for xp and all of them work just fine with clicking each navigation link. on the other hand the client is on a mac running safari and says the links do not work at all. he says the flash loads fine, and the buttons animate just fine when he hovers over them with the mouse, but pressing them does absolutely nothing? i have confirmed this with another mac user as well who has the exact same symptoms. i have no idea why it wouldnt work for macs? any incite on this?