Rendering xml text as html in Flash

Hi

I’m struggling with an xml problem. Within my Flash movie (CS3), I have two dynamic text boxes (one titled ‘title’ and the other titled ‘description’). The text and images are calling into Flash without a problem, but in the ‘description’ text box, I need to render hyperlinks as part of the xml text (the ‘title’ text box does not need to render as html - there are no hyperllinks). I’m doing this using CDATA tags, but although I’ve selected ‘Render as html’ for the text box titled ‘description’ in Flash, I’m not getting the hyperlinks (I’m actually seeing the tags being displayed in the Flash movie).

Here’s an example of my xml;

<image>
<id>1</id>
<title>Heading positioned here</title>
<description><![CDATA[Body text positioned here.<a href="http://www.url-here.com">Click here</a> to view the products that make up this display.]]></description>
<imageurl>IMAGES/image1.jpg</imageurl>
</image>

I’m fairly sure that the xml data is correct, which means that the missing link is in Flash, but I just can’t crack it.

I’d be really grateful for any help.

Many thanks.