Hello,
Anyone know how to pause the script below for two seconds after the "form.loadvariables..." is submitted. Having issues with my php email script and I don't think the data is being sent. This is applied to a button. Thanks.
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables("email.php", "POST");
_parent.pages.gotoAndStop("thanks");
}
Rgds,
John
Anyone know how to pause the script below for two seconds after the "form.loadvariables..." is submitted. Having issues with my php email script and I don't think the data is being sent. This is applied to a button. Thanks.
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables("email.php", "POST");
_parent.pages.gotoAndStop("thanks");
}
Rgds,
John