My client's webside does not have any server side scripting support. Is it possible to send email without server side scripting and email programs? Can HTML's emailto send emails from flash?
You can use a mailto: link in Flash just as you would in html. It will open the whatever defauklt email program the user has with the email address in the address bar.
yes, you can use:
getURL("mailto:youraddress@yourdomain.com?subject=yoursubject&cc=whatever@whatever.com&body=your message.");
Ahh.. but i would like to auto-email without the use of third party email programs. I guess it's not possible? Thanks anyway.
you're welcome.