I made up a little flash site for school, and now it doesn’t want to send the message of the mail form (it uses Php…) If anyone could help I would be very Happy
I have altered the movie as less as possible to keep it working.
the send buttons actionscript:
[AS]on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables(“email.php”, “POST”);
}[/AS]