Currently Being Moderated
Jul 7, 2007 9:58 AM
here is my code:
on (release) {
form.loadVariables("email.php", "POST");
gotoAndPlay(33); //here I want to go to this frame 'cause I
have there the "sent" confirmation text
}
When I run this code, it displays the frame 33, but it does
not send any variable to email.php .... however when I delete the
command gotoAndPlay(33); it works perfectly.... it's only that, for
sure it does not display the confirmation message... seems it runs
too fast that it can't send the variables.... what is the best
solution for this ???
thanx in advance,