With this Flash form you can send E-mails or messages to a certain E-mail address.
Features:
- The background of the textfields fades when the text field is set on focus
- the form checks itself if every field is filld out, when you press the send button
- The form checks whether the E-mail is valid or not
- All text fields can be reseted by clicking the reset button
- The contact form works standalone but can also be included in other flash projects or HTML
- The contact form uses PHP to send the content to a certain E-mail address
- The target E-mail address can easily be canged in the PHP file
- Action Script code is written AS 2 .0
This is an extract of the PHP -File:
$to = “roland-krinner@gmx.de”;
$subject = $theSubject;
$message = “Name: ” . $theName;
$message .= ”\nSubject: ” . $theSubject;
If there are any proposals to improve this application please feel free to drop me a line!










34 Purchases
12 Comments