Hi, there…
I need to load some CDATA txt in a dyn field.
Txt of the node is:
<Info><![CDATA[<b>Some text</b> text.<li>Some text is/li> ]]></Info>
Here it works work.
info.htmlText = go.childNodes[2].childNodes;
Here it won’t.
[color=Red]mc1.[/color]info.htmlText = go.childNodes[2].childNodes;
Futher i tried:
XML FILE : <?xml version="1.0" encoding="UTF-8"?>
Embed fonts/ Render txt as HTML.
Others: System.useCodepage = true;
Please some got ideas? Why it won’t work in a MovieClip.