Hey Everyone,
I have a contact form on my flash site and it won’t listen to the variables passed by the php file.
The php file is located at http://2-cubed.net/v2/email.txt
The flash file is located at http://2-cubed.net/v2/ click on contact.
The structure of my flash site is index.swf -> contact.swf -> form.swf
The AS for the button is
on (release, keyPress "<Enter>") {
loadVariablesNum("email.php", "_root.container.frame", "POST");
}
As you can see with the flash file, instead of displaying the variable from the php file in its dynamic textbox, it just opens a new window.
How can I make it load into the textbox.