PDA

View Full Version : Who do I create an email button??



arianna
September 10th, 2003, 09:32 PM
How do I make my email address a hot spot?
What I want is for the veiwer to click on my email address and be able to email me. and then send and continue with my site.
Please help . thanx

Digitalosophy
September 11th, 2003, 02:31 PM
on(release){
getURL("mailto:youraddress@yourcompany.com?subject=Order request&body=Please send me your catalog&cc=anotheraddress@anothercompany.com");
}


that will open local email client, if you want to send an email form the actual flash file, you will need to use a server side script