Questo e' quanto c'e' nel tasto invio di flash

on (release) {
if (inputName ne "" and inputEmail ne "" and inputMessage ne "") {
gotoAndPlay("valid");
loadVariablesNum("sendmail.php", 0, "POST");
} else {
gotoAndPlay("invalid");
}
}

ed sendmail.php e' nella root principale assieme all'swf del dominio su server Aruba.

C'e' qualcuno in grado di aiutarmi?

Grazie