This is a contact form made in flash and php, it can be used on 'contact us' pages.
A flash file contains the form items and when the 'send' button is pressed it sends the values to mailer.php, this mailer.php sends the email to the receiver.
Few of the benefits of using a flash form instead of a html contact form are:
better user interface
less junk messages (automated scripts cannot send emails through a flash form unless it is decompiled)
Usage details
Upload mailer.php and form.swf on your server in same directory.
In mailer.php you will have to replace 'email@yourserver.com' with your email address. Make sure this is an email hosted on that server where you are testing (most server requires this).
Preview
This is a preview of how the contact form looks, you try sending an email to see how form reacts, email will not be sent. It shows a warning if some of the fields are not filled.
Contents of the PHP file (mailer.php)
<?php
/* ---------------------------
php and flash contact form.
by www.MacromediaHelp.com
---------------------------
Note: most servers require that one of the emails (sender or receiver)
to be an email hosted by same server, so make sure your email
(on last line of this file) is one hosted on same server.
--------------------------- */
// read the variables form the string, (this is not needed with some servers).