Internet Cross Logo
Internet Cross your one stop web tutorial website
Your Ad Here

Render text as HTML

by Anand

Do you know that now in flash you can render text as html. See the below example.

Mixing and matching HTML tags allows you to create more sophisticated-looking text

Flash supports the onlye a few HTML tag

To render a text as html in a textfield or a dynamic text field.
You have to use the text field property "htmlText"

eg:
youTextFieldname.htmlText = "<b>Your text content</b>";

This will display the text "your text content" in bold in the text field


[Download File][Page 1]
Visit our forums to discuss / post your problems.