I’ve gone through countless threads today and tried several different solutions (for others)
Basically just trying to load different nodes of text and would like to throw in hyperlinks where needed.
I’m convinced the only way to do this is with <![CDATA]]> but I can only seem to render the text with tags and no functionality
here is my sample xml
<node><![CDATA[<a href="http://www.somesite.com" >my link</a>]]></node>
I was able to reference this node via as2 like so before adding the <![CDATA]]> tag
myText.text=info*.childNodes[6].firstChild.nodeValue;
The dynamic text box is selectable and render text as html is selected.
Could someone please enlighten me having a bad day and this isn’t helping.
Cheers