lastingforhours
Programmer
i have a project im making a flash version 8 a lot of my code will only work in flash 8. one important thing in this project is sending an email via php. nothing is wrong with my php file, ive tested enough to figure that out, so...
i have 2 input fields in flash with var names of email and name.
then the user clicks submit and this code is executed...
loadVariablesNum("myfile.php", 0, "POST");
this will run the php file, but won't post the variables and i THINK its because its published for version 8. so is there something else i can possibly do to esnd emails in flash 8?
i have 2 input fields in flash with var names of email and name.
then the user clicks submit and this code is executed...
loadVariablesNum("myfile.php", 0, "POST");
this will run the php file, but won't post the variables and i THINK its because its published for version 8. so is there something else i can possibly do to esnd emails in flash 8?