Hi everybody,
On http://www.flashkit.com/movies/Inte…-9916/index.php I found this great form. However, I wish to put it in a movieclip but do not manage to get it working. The AS in the first frame is this one:
loadVariablesNum (mailform, 0, “POST”);
which I changed into:
_root.formMC.loadVariables(“php/mailform2.php”);
As you can see, my movieclip is called ‘formMC’, the reference to the php form is alright and my server allows php.
When using the original (so not in a movieclip), everything is working fine. Could anyone help me out?
Thanks a zillion!