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!

i can't figure it out at all

Status
Not open for further replies.

mboyd

ISP
Jul 16, 2002
1
US
i can't figure out how to add a url in a flash button, i've tried everything.....well almost
 
Right click the button on stage, and insert the following in the Actions window:

on (press){
getURL(" "_blank");
} Regards,

new.gif
 
Darn TGML!

Code:
on (press){
getURL("[URL unfurl="true"]http://www.yahoo.com/",[/URL] "_blank");
}

Regards,

new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top