Results 1 to 2 of 2

Thread: as3 button & safari

  1. #1
    Join Date
    Feb 2009
    Posts
    87

    as3 button & safari

    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..

    Code:
    urlButton.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    function mouseDownHandler(event:MouseEvent):void {
        navigateToURL(new URLRequest("http://meetingsnet.com/cmi25/meeting-alliance-meet-the-family"));
    }

  2. #2
    Join Date
    Feb 2009
    Posts
    87
    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?

Similar Threads

  1. flash button in php contact form
    By bevjones in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 17 Apr 2010, 02:04 PM
  2. Secret Glossy Effect Button Making Secrets Revealed!!!
    By WongFei in forum Graphic Design
    Replies: 1
    Last Post: 27 Sep 2009, 08:06 PM
  3. Having trouble with "submit" button php function
    By TWyPGn in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 15 Jun 2009, 08:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •