Dynamic text - HTML?

hi there…
i found the tutorial from this site useful for loading dynmaic text scroller in Flash MX (with the scroll component). - Thanks!!

My question is how can I make HTML fonts in the dynamic text. I know we need to press the ‘Render text as HTML’ button in the text field.

  • I tried in the notepad using basic HTML tags, but it doesn’t show up in the swf file. The tags <u> underline </u>shows as such and doesn’t underline. Am I missing something?

  • Also what are all the HTML tags that are supported?

  • How can I export the font. If it (say verdana) is added in the library, will the users be able to see my font in verdana. Or should I use it in actionscript??

advanced thnx!!

just wanted to add…

i am using loadText

Hi,

I was using
scroller.Text = this.resume

I solved it by using:
scroller.htmlText = this.resume

thnx…