A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [MX] Flash mx button link help

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    3

    [MX] Flash mx button link help

    Hi there I have a really frustrating problem. I am pretty new to flash and know the basics. However I have just downloaded and customized a haeder for my website but for no apprent reason I cannot get the buttons to click to there ULR. I really feel like crying as I just don;t know how to esolve the problem.

    The web address is actsdirectory.co.uk should anyone want to have a look and tell me why its all there. any one who can solve this, no doubt, easy issue will be my arc angel and i will forever owe you for stopping me throwing my computer across the room in sheer frustration. I have uploaded the fla file to www.actsdirectory.co.uk/main_page_navigation.fla should anyone want to have a look in to the file for me (its 1.09mb so couldn't attach it)

    Kind regards and thanks in advance. eddiedredge

  2. #2
    Senior Member MagnusVS's Avatar
    Join Date
    May 2005
    Location
    Oslo, Norway
    Posts
    764
    Well... You could attach this code to each button:

    on(release){
    getURL("http://actsdirectory.co.uk","_blank")
    }
    (change the url to the site you want to link to)

    The mouseover effect didn't work when I did that, and the code didn't work properly when I put it in an own layer. I don't know why, but there are probably some code in the file that I haven't discovered yet. But if you just want it to work straight away, you could use the code I posted here.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center