XML FLASH FORMATTING HMTL
XML FLASH FORMATTING HMTL
Out of context: Reply #5
- Started
- Last post
- 56 Responses
- Milan0
Use CDATA to get your HTML-formatted text into a Flash textfield.
your textfield must be set to use HTML though.
myTextField.html = true;
Flash doesn't support many html tags, check flash help for supported tags. and a few others work...