get the value of a textbox from a nested movieclip in flash

Posted by sree01 on Stack Overflow See other posts from Stack Overflow or by sree01
Published on 2010-03-17T05:09:18Z Indexed on 2010/03/17 5:11 UTC
Read the original article Hit count: 231

Filed under:
|

I got an fla file with nested movieclips. The "username" text box is present in a movieclip "login" which is included in another movieclip "member".

How to access the value of the textbox "username" in actionscript when a button is clicked(on(release) event ). the button is also present in the "login" movieclip

© Stack Overflow or respective owner

Related posts about actionscript

Related posts about flash