Copy link to clipboard
Copied
I have been trying to add a visable image like a jpg or or other image with AS3 to an email. I am nearly done with an iOS Air SDK application but can't sove this. When the user submits a mailto, the address, cc, and body fill in with text from a form, this was easy. However getting an email to populate the body with an image has been impossible. I am desparate, please submit any help!
Copy link to clipboard
Copied
you can't use that approach (ie, mailto) and attach anything. you can use air's file class.
Copy link to clipboard
Copied
Thanks, do you have an example?
Copy link to clipboard
Copied
no, i don't have one already made.
Copy link to clipboard
Copied
I appreciate your help, thank you. Is there anyone out there who can assist? I really need a starting place for enclosing an image in an email with as3.
Copy link to clipboard
Copied
I could add the file from a url if that makes this easier. I don't need to pull it from a local drive.