Home » questions » How do you create an application in flash 8 to send email?

How do you create an application in flash 8 to send email?

2006-07-31 13:21:10, Category: Programming & Design
I'm using flash professional 8 to create a web page and I what people to send email to me. Does any one have a sample flash 8 file with email capabilities? Thanks, TT

Answers

  1. kgentes

    On 2006-07-31 15:09:05


    flash does not allow you to do that directly. It doesn't have an API for sendmail, like it does for say playing an audio file. You can still do this however, but you must use an external form get URL to post the action of actually sending the mail. Adobe has an article on doing this at http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15695 At an even hockier level (IE lame), you can just post an active link on your flash app as this person explains on this forum http://forums.devshed.com/flash-help-38/sending-email-within-flash-mx-43175.html#post182297