XML FLASH FORMATTING HMTL
XML FLASH FORMATTING HMTL
Out of context: Reply #36
- Started
- Last post
- 56 Responses
- cram0
html in your xml is the way to go. you do have to use the cdata stuff. you do have to use myfield.html = true; and myfield.htmlText = string; the text will disappear if you try to use bold on an embedded font unless you also embed the bold version. you can use system fonts if you don't want to embed the fonts. use the br tag for line breaks.
i know that this sounds confusing and it is at first but once you get it it really is quite easy. you are on the right path... good luck.