XML FLASH FORMATTING HMTL
XML FLASH FORMATTING HMTL
Out of context: Reply #42
- Started
- Last post
- 56 Responses
- FrdmOfSpch0
i understand you find it frustrating helping someone completely new to XML st33d. It's ok, you dont have to offer any more, you've done enough.
anyway,
so i got a dynamic text box on stage, articlewindow.article
i'm poopulating this using xml but i want it formatted cos its gonna be sevearl paragraphs worth of text.
so after a bit of research i got this in the actionscript on my timeline:
htm = xml.firstChild.childNodes[i].chi...
articlewindow.article.html = true;
articlewindow.article.htmlText = htm.nodeValue;is that it? doesn't work
i'll keep ploughing.