Flash Help Needed

Discussion in 'Gaming' started by ShotokanTiger, Jul 31, 2005.

  1. ShotokanTiger

    ShotokanTiger Well-Known Member

    Posts:
    2,283
    Likes Received:
    0
    Joined:
    Jul 13, 2005
    Location:
    Palestine
    hey i got a template , and the header is flash , so i wanted to change what the header buttons say , so i opened the fla file and changed it , but now when i click on any of the menu buttons it doesnt link to its page anymore, so basicly what i wanna know is...how do i link a menu button to an html page?
    thx
     
  2. dja

    dja Well-Known Member

    Posts:
    581
    Likes Received:
    0
    Joined:
    Jun 18, 2005
    Select the button and Press F9 or just go to the actions menue.

    Paste this code in (changing google to w.e site you want)


    on (release) {
    getURL("http://www.google.com/","_self","GET");
    }


    hope it helps

    dja
     

Share This Page