[AS3] ContactForm

View Example
Check out the post

Creates a communication gateway between a contact form and a PHP script that checks for validity and sends the email. The e-mail checking is rudimentary at best, but it gets the job done. If someone will go through the trouble to try and break this e-mail checker, then by all means spam away (at least that’s the way I see it).

This is a direct port of my AS2 ContactForm with updates to work with AS3. The files come with a ContactFormEvent class which allows me to dispatch events in AS3 with custom parameters based on my [URL=“http://evolve.reintroducing.com/2007/10/23/as3/as3-custom-events/”]AS3 Custom Events model.