View Single Post
  #3 (permalink)  
Old Aug 13th, 2007, 15:37
Sgaspar11 Sgaspar11 is offline
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash Contacts page

Well I'll check the .fla later when I have time - but at a quick glance if you have all of your input fields inside a MC name it "form".

And instead of this line:
Code: Select all
loadVariablesNum("mail.php3", 0, "POST");
it can look like this instead (keeping in mind you may need to update some of your other code if it currently is not inside a MC.
Code: Select all
form.loadVariables("email.php", "POST");
Here is a real simple tutorial on a very simple way to do this...

http://www.kirupa.com/developer/acti..._php_email.htm
Reply With Quote