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

flash in dw

Status
Not open for further replies.

x4fx

Technical User
Jun 28, 2004
10
0
0
US
i am using flash mx for the majority of my website. i was wondering if it is possible to make a link (to email, or another web site) in my flash movie. if so, can anyone help me out and let me know how to do this? thank you
 
probably best to ask in the flash forum

----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
 
As with DaRNCat Flash questions will get a quicker answer in the Flash forum, but the basic principle is select the item you wish to be a hyperlink and enter the address in the link box (the one with a chain next to it)

Cheech

[Peace][Pipe]
 
one more step, if possible read the values from javasript so that when u want to change the link u need not search for the orignal flash file...

Known is handfull, Unknown is worldfull
 
Yes it is possible to do in Flash. If it was on a button the script would be:

Code:
on(release){
   getURL("mailto:email@yourdomain.com");
}

And as stated the Flash forum is the place to get answers for this stuff :)

Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top