1

I'm not an Expert in Flash... So, I want to do a Register Page, and get the variable values. I want to send variables to a external file or to my email.

I've got 2 Input Text Components with this Instance Names:

name password

user1460631
  • 29
  • 1
  • 6

1 Answers1

1

If your application is running in the Flash player you'll need a server-side script to send data via email or to save it to a file on the server. There are loads of tutorials out there to help you out with this, but here are a couple I found which look useful:

  1. Contact form with ActionScript 3.0 and PHP
  2. Saving data to a text file with ActionScript 3.0 and PHP
net.uk.sweet
  • 12,444
  • 2
  • 24
  • 42