Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/03/2003, 09:30
mariettt
 
Fecha de Ingreso: julio-2002
Mensajes: 5
Antigüedad: 21 años, 8 meses
Puntos: 0
variables

el boton de mandar el e-mail tiene las siguientes variables:
on (release) {
if (inputName ne "" and inputEmail ne "" and inputMessage ne "") {
gotoAndPlay ("valid");
loadVariablesNum ("sendmail.php", 0, "POST");
} else {
gotoAndPlay("invalid");
}
}
y al final del archivo fla tiene las siguientes acciones:
inputName = "";
inputCompany = "";
inputPosition = "";
inputEmail = "";
inputTel = "";
inputMessage = "";
_root.email.callback.gotoAndStop(1);
gotoAndStop ("start");
No se si es esto exactamnete lo que necesitas ver sino te mando el archivo.
Gracias por adelantado y por la rapided.