Hey everyone,
I've decided to start learning how to go about sending emails to people using flash, and so far its been an easy learn.
I simply followed this tutorial as well as reading my book and came up with this :
on (release) {
getURL("mailto[email protected]?subject=Feedback"+"&body="+b ody);
}
= : p without the spacing, haha stupid emotes :P
Basically it emails my email and sets the subject as "Feedback" as well as putting in the message area the variable 'body' which was simply a input text field.
But I want to go more advanced and was wondering if someone could please help out. I would like to know if its possible to:
Send an email without having to open a email editor such as outlook. So in other words, its just sends the email with the click of the button in flash. Also, how one would send attachments along with it (ie, e-cards)
Thanks![]()





Reply With Quote