Okay, so I've been coding alot of languages, and in PHP you can use variables to echo out something. So they submit a username in the form, you can do echo "."$_POST['username'];
So, does anyone have a simple, straightforward tutorial on doing this in Actionscript FLASH Cs5? I've been researching forever, and I am not getting any help.
So my question: Does Anyone have a simple, straightforward tutorial on setting variables from a form in Actionscript?