Getting started with text input and dynamic text fields with ActionScript 2.0 or 3.0
        Posted  
        
            by Andrew
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrew
        
        
        
        Published on 2009-07-29T23:54:30Z
        Indexed on 
            2010/05/11
            23:04 UTC
        
        
        Read the original article
        Hit count: 434
        
I know this is a simple question, but I haven't worked much with ActionScript...
I know how to create a text input field with Flash. I can create it on the stage and give it an instance name.
What is the code to capture the value of a text input field and display that value in a dynamic text field? How does this process differ between ActionScript 2.0 and 3.0?
© Stack Overflow or respective owner