Flash Gordon
11-21-2005, 05:14 PM
PM-ed to me.
Hi expert,
I used David Khundiashvili (bigjolt) PHP-Flash mailer many times and it worked very good if I run it in a separte movie.
Now I have a main movie (index.swf) that loads a
second movie (ind.swf) on level 2. The second movie
loads a third movie on level 1 (contact.swf) that contains the PHP Mailer form on the "_root" level. The second and the third movie are loaded using:
loadMovieNum("ind.swf", 2); //to load the second movie into the first movie
loadMovieNum("contact.swf", 1); //to load the third movie into the second movie
Please tell me how to modify the code. I think the
problem is how to address the "answer"
variable in "mailform.php" file:
.................................................. ..
$sendresult = "Thank you....";
$send_answer = "answer="; //I think here is the problem
$send_answer .= rawurlencode($sendresult); echo "$send_answer";
Any help is very important to me.
Thank you.
Hi expert,
I used David Khundiashvili (bigjolt) PHP-Flash mailer many times and it worked very good if I run it in a separte movie.
Now I have a main movie (index.swf) that loads a
second movie (ind.swf) on level 2. The second movie
loads a third movie on level 1 (contact.swf) that contains the PHP Mailer form on the "_root" level. The second and the third movie are loaded using:
loadMovieNum("ind.swf", 2); //to load the second movie into the first movie
loadMovieNum("contact.swf", 1); //to load the third movie into the second movie
Please tell me how to modify the code. I think the
problem is how to address the "answer"
variable in "mailform.php" file:
.................................................. ..
$sendresult = "Thank you....";
$send_answer = "answer="; //I think here is the problem
$send_answer .= rawurlencode($sendresult); echo "$send_answer";
Any help is very important to me.
Thank you.