jschnyderite
11 Oct 2010, 10:12 AM
I'm having trouble with getting a flash button to work (AS3) with safari. Works fine with IE..not sure what the trouble is.
Below is my action script code on 1st frame. I have a button instance - urlButton which takes up whole screen and is atop all other frames..any ideas? didn't see anyone else having this issue..
urlButton.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("http://meetingsnet.com/cmi25/meeting-alliance-meet-the-family"));
}
Below is my action script code on 1st frame. I have a button instance - urlButton which takes up whole screen and is atop all other frames..any ideas? didn't see anyone else having this issue..
urlButton.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("http://meetingsnet.com/cmi25/meeting-alliance-meet-the-family"));
}