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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking url 1

Status
Not open for further replies.

nighttrain20

Technical User
Jan 1, 2002
27
US
I know I've asked this before but my hard drive crashed and I lost alot of my info. I'm trying to link my web page to a button in flash 5. In my action I have..

on (release) {
getURL (" "blank");
}

But It won't work. Can you help. Thanks
 
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
you have that extra ";" in your code..use this:

Code:
on (press) {
    getURL ("[URL unfurl="true"]http://www.yoursite.com",[/URL] "_blank");
}
[\code] [img]http://www.orlandomediasolutions.com/logo.gif[/img]

carlsatterwhite@orlandomediasolutions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top