| | | erarjunmarwaha |  |
| Posted: Fri Aug 29, 2008 8:13 pm Post subject: Set text of TextInput control inside a movieclip |  |
Hello,
I have created a movieclip object in the library which has three TextInput components. Now I am attaching this movieclip into another movieclip object on the frame. When i try to change the text property of the TextInput component, it does show the text. temp_mc=empty_mc.attachMovie("display_mc","display_mc1",1); temp_mc.desc.text="Sdf"; However if I trace the text of the new movieclip using the code: trace(temp_mc.desc.text); it shows the correct text.
Please suggest.
Regards, Arjun |
|