PDA

View Full Version : as3 button & safari



jschnyderite
11 Oct 2010, 09: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"));
}

jschnyderite
11 Oct 2010, 12:30 PM
i've tried about 3 similar but slightly different scripts on the web..none work. is there something with flash links that doesn't jive with macs or safari?