Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to put link in flash button

Status
Not open for further replies.

mudithak

Programmer
Oct 24, 2002
1
LK
Hi!

i need some help. I created flash button. I want to use it for link a next page. I don't know how to do it. i am using dreamwever
 
The Flash button's script should be...
Code:
on (release) {
    getURL("[URL unfurl="true"]http://www.yourserver.com/your.html",[/URL] "_blank");
}

Change "_blank" to "_self", if you want to open the link in the same browser window (with the button), rather than in a new browser window. Regards,

oldman3.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top