Hello
I have some XML that's loaded into Flash by ActionScript
and in the XML, I have some text under a node as a parameter called "content"
but the problem is that I need to have some HTML code in there (Anchor Tag for
links)
But it isn't rendered by Flash to be a link The HTML code just comes out as a
clear HTML
I've tried to put the dynamic text box's HTML property to True, but that
doesn't work.
even the bold tag () Doesn't render.
But the thing is that I translated < as < and > as >
is that the reason why it doesn't render?
If so, how can I make it work.

Thanx a bunch
Keehun Nam