[font=verdana, arial, helvetica][size=2]I’m pretty new to Flash and actionscripting, and have a problem.
I use a mailform that sends an email via a php script.
I have a website with a main flashmovie, and load all
the different parts into an empy movieclip called “parts”, including
the contact form.
The contact form and php script is not made by me, and on the
send button this line sends the variables:
loadVariablesNum(“php_mail.php” add url_full, 0);
Now, this sends the mail ok, but the movie don’t get the
confirmation message it’s supposed to get from the php script.
I guess this has something to do with this beeing sent to level 0, and me loading all the parts into an empty clip instead.
How should the loadVariablesNum sentence look like for this to work?[/size][/font]