Html tags in Xml for Flash (AS2)
Posted on 14. Apr, 2009 by thornyeternity in Flash
Put the the following (bolded) into each xml node requiring html tags in it:
<xmlNode><![CDATA[ Here is my <br/> html text ]]></xmlNode>
Now reads as one tag without needing to do things like <b> to create a B tag.
Thanks to Snowcat at FlashXML.net


