View Full Version : E-MAIL Link on flash


naedeloc
06-10-2005, 01:50 AM
Im trying to add action script to a button for an E-MAIL link. Can anyone help?

VooDoo
06-10-2005, 09:16 PM
I don't know the link to the smtp but i could give you a flash link that would take you too hotmail,yahoo etc.

hemant
06-17-2005, 01:17 AM
hi
you can send the e-mail through actionscript.here is the solution:

write the action script on your button;

getURL("mailto:mail@yahoo.com?
subject=feedback"+"&body="+information);

ParaMeter:mailto:mailaddress where you want to sent mail
Subject:subject of the mail
body: body of the mail(content of the mail)i put a content in the
information variable and add it to the bodyusing '+';

Have a nice day : :smokeing1

aaproductions
06-18-2005, 09:58 PM
wow...um.....wow