Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic TextBox 1

Status
Not open for further replies.

ice789911

Programmer
Mar 17, 2008
10
GB
I have created a dynamic textbox in the authoring environment by clicking the text tool in the tools panel and dragging to form the textbox. I have set to dynamic textbox in properties. I would like to set some text using actionscript
The textbox is called mybox_txt

I have tried using

Code:
mybox_txt.text = "someText";

but it's not working
What should I be using?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top