Skip to main content
Inspiring
December 31, 2012
Question

How we can send small form in Email using AS3

  • December 31, 2012
  • 1 reply
  • 1633 views

I create small form (Name, email, Subject, Message) in Flash. Want to send this by email using AS3 code

Can we use this offline? Like, we fill all the detail and after submit then its go online and receive the detail in email

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
December 31, 2012

If you want to fill out a form and submit it to be emailed, you need to involve a server-side script such as a PHP sendmail script.  The AS3 would send the data to the server-side file and the server-side file will process the data into an email and send it.

Search Google for a tutorial using terms like "AS3 PHP send email tutorial"

71081Author
Inspiring
July 1, 2013

thx boss