Flash Arry with dynamic textbox
Hello all, I am new to this board and have a questions. I dare not say a quick question. Here is my issue. I am trying to make a forum type of application and I can only use Flash. Yes, you hear right, no CF, ASP, PHP, CGI, etc... this application needs to stay in flash. Here is what I already have:
three different input boxes connected to dynamic textboxes. i.e
input box 1 = name - dynamic text box 1 = name
input box 2 = date - dynamic text box 2 = date
input box 3 = entry - dynamic text box 3 = entry
When the user types something into the input box that takes that text and puts it into a dynamic textbox on the next frame.
Here is what I need it to do:
store all these messages (in an array?) so that when the user hits a submit button, it will show all of the previous entries along with the one just added... Is this at all possible? Am I going about this the wrong way? Thank you for your help. If you need any other details please let me know.
|