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

Link to web sites

Status
Not open for further replies.

DKL01

Programmer
Sep 14, 2000
233
US
Hi,

I need to provide links to 3 web sites on my flash movie. I was wondering how to implement this.

I would appreciate any help.

Thanks
 
Have a look at the getURL action, in HELP->ActionScript Dictionary:

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

The second parameter would determine if the link opens in a new window or in the original one, replacing your Flash movie!

;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top