Sending postcards from flash

Hello,

I hope this question isn’t too basic. I would like to have a button on my site that could be used to send postcards (via email, including text and an image) to a given recipient.

Thank you,

Georgia

That’s not very basic…

the easiest way to mail something from flash is to use getURL("mailto:whomever@whatever.com"); But that doesn’t put anything in the email.

You would have to use a seperate script so the server will mail if for you - I suggest PHP. You would also have to have the image available by itself somewhere on the internet for access by your server. Then, last but not least, some of the mail servers out there will not accept emails written in HTML - because i think that’s the only way you could actually have a picture in someone’s email.