PDA

View Full Version : [MX]Dynamic Text Formatting...



NitroLiq
June 17th, 2003, 11:19 AM
If I'm populating a dynamic textbox named "stats" this way:


_root.stats.text="my text goes here";

Is there a way to use multiple formats (bold tags and hyperlink) within it with line breaks? For example, a list like this:

Name: NitroLiq
Project: My Project
Date June 17, 2003
URL http://www.mysite.com (active link)

Do I have to use Flash's special way of formatting HTML within the above code? Anyone have a good resource on this?

NitroLiq
June 17th, 2003, 11:30 AM
Nevermind. I think I got it with the htmlText property.

lostinbeta
June 17th, 2003, 11:32 AM
You got it.