Using HTML elements inside an XML loaded by Flash -
I am trying to use HTML elements in the style text in an XML file that is loaded and displayed by Flash is. When I do this, the text will not be displayed at all. Here is a glimpse of my XML:
When I try the code below, it displays but ignores the B tag:
Here's the functional dynamic text field that sets:
Container. Teletle.htmlText = xmlData.Title [0];
What I can tell, it should be entirely possible. Tutorials and references do not give any hits to the online problem. Looks simple but driving me crazy Any help would be welcomed.
Try wrapping HTML in the CDATA tag, like:
& Lt ;! [CDATA [- Your HTML content here -]] & gt;
Comments
Post a Comment