I am having problems with a getURL() function that works fine on pcs and doesn’t work on macs for some reason.
if (page == 0) {
getURL("javascript:sendPage()","historyframe");
gotoAndPlay(1);
} else { gotoAndPlay(3);};
The variable comes from javascript in the history frame page to tell the flash movie what page it is at so that it can load the appropriate swf. Its so simple but I dont understand why it works on pcs but not on macs. I have also had a similar problem with another site using the getURL() that didn’t want to send on macs but did fine on pcs. Can anyone shine light onto my problem?