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

Flash and links

Status
Not open for further replies.

g69

IS-IT--Management
Oct 11, 2002
8
US
After making a banner in Flash how do I make it act as a link if I am using it in Dreamweaver
Thanks
G
 
Try creating a button in the movie, or even making the whole thing a button?? Then use getURL command to specify the page you want to link to.
 
create an invisible button by making sure you only have content in the "hit" frame of your button symbol.

Stretch that invisible button (it will be turquoise blue in edit mode) across your entire banner by selecting the scale transform tool and dfragging the handles vertically and horizontally.

attach a getURL action to the button symbol by right clicking on the button and selecting actions.

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



Regards,
TulsaJeff

cd_tektips.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top