Skip to main content
Inspiring
December 13, 2006
Question

textformat for one line in a textfield

  • December 13, 2006
  • 3 replies
  • 192 views
Hi,

I wonder how I could set the textformat for one line of text.

Thanks for any help!
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
December 13, 2006
you're welcome.
Inspiring
December 13, 2006
kglad wrote:
> use the setTextFormat() method of textfields. you can specifiy start and end indices of the textfield's text property to which to apply your format.

Yes, thanks found it in some documentantion of flash 6. I get the index
of character 13 an then it works!
kglad
Community Expert
Community Expert
December 13, 2006
use the setTextFormat() method of textfields. you can specifiy start and end indices of the textfield's text property to which to apply your format.