I am confused… ?? I’ve done several Flash mail scripts without problems. Now, my latest script works fine and data is sent but as soon as I hit the SEND -button browser jumps from (www.mydomain.com) to (www.mydomain.com/email.php) showing blank page with php echoed “OK” on it. Normally, all the php action is hidden and I can still keep using flash-page after submitting forms. For some reason, now I am redirected to php page after submitting the form. Very annoying :sad2:
here’s the AS sender line:
submitter.send(“email.php”, “” , “post”);
Before, I’ve used sendandLoad. Can this be the problem??