PDA

View Full Version : xml text in dynamic textbox.


daan20m
09-05-2003, 12:44 PM
My question is:

I've got a dynamic textbox in actionscript and an .xml file that contains the text. The textbox isn't wide enough for the text in the .xml file so i need a textbox that automaticly cuts of the text and puts in on the next line in the textbox.

How do i make such a textbox in actionscript??

Thanks in advance.

webguy
09-05-2003, 12:52 PM
thisText.autoSize=true;


Also make sure it is set to multiline.


web
500 posts!