Hi peeps! I just started to learn flash and I would want to create a Flash register/edit form as my first flash application. Basically users can register using the form. After registering, the data will be sent to a server. And if the user want to edit some information that they had sent, they will need to press the edit button when they are in the search form. Search form enable user to search for their information by typing their email.
I have done till this part and I’m stuck at the edit form.
Below are my flash application photo for more visual understanding.
part 1) I will register myself in this form then data will be sent to server. I enter my own information in the textbox fields. (shown below)

part 2) And if I want to see my own information, I can search for my information by typing my email here. (shown below)

part 3) And if I press the edit button at the search form, this form will be brought up. The information is already inside the textbox so that I can edit it and will be updated to the server when I press submit button. (shown below)

I’m currently stuck at part 3 because I do not know how to take the data from mysql server and put it one by one in the textbox fields in flash. Can anyone guide me on this please?