Save Input To Mysql From Flash 20.05.08
The header of our site is a flash file with a input field and submit button.
The input field is for subscribers to enter their email to either subscribe or unsubscribe.
On entering an email, the actionscript would check to see whether the email is entered into our database already, if it is, it would remove the email. If it isn’t, it would add the email to the table of the db.
We would want this code to be as streamlined as possible. The design of the field is already in place but we just need the code to make it functional.