In order to add an EventListener to a static text field, I wrote some ActionScript that takes StaticText and puts it inside a Sprite. The Sprite rests in the same place as the StaticText and is added via addChild. (I even added it to the same ChildIndex.)
Once you navigate to the next page, the text remains on the stage. Is there a way to add this text to a specific frame? Or do I need to simply detect the frame change and compare any text fields that exist?