flash help please
flash help please
- Started
- Last post
- 3 Responses
- lando
hey dudes. i want to load text into a text box... not from an external file, just from the timeline.
something like this:
this.boxtext.loadMovie("i want this text here in the textbox");sorry i'm such a retard, thanks for helping...
- ********0
try:
this.boxtext.text="I want this text here in the text box";
- joyride0
this.boxtext.text = "i want this text here in the textbox";
or if the box has rendar as html text selected
this.boxtext.htmlText = "i want this text here in the textbox";
- lando0
thanks fellows