I am trying to create a area where the user can submit a comment to me via my flash site.
I have three input text fields on my site. One for topic, email, and the body of the message. I also have a list where the user can click a choice to indicate how they found the site. I also have a button where the user submits the message.
What type of actionscript do I use in order to take all of the data from the input text fields and the list and then have it sent to me when the user clicks 'submit'?
Normally I create a PHP file that sends the mail internally. So to do this you will need to give every item that you want to receive via email...an instance name...then create the PHP file to send the email to your email address...and you are DONE!!