I have created a basic 2-frame movie clip, both which contain a TextArea component and a button which allows users to move to the next or previous frame. My intent is to allow the user to type information into either of the text areas and be able to toggle back and forth between the two.
However, after typing the text into a text area and switching to another frame, switching back to the previous frame displays an empty text area rather than the text.
This is opposite the results that achieved with the RichTextEditor from FlashMX, in which I had to designate the TextArea be cleared when switching from frame to frame.
Can anyone clue me into retaining my TextArea text from frame to frame?