How to add URL links in XML file?
Hi,
I'm having problem with adding the URL links to the flash output. I'm using the XML file to call images and then the corrsponding links. Images are called correctly but when I try to add a link I'm not getting the links, but instead getting the HTML anchor tags as texts. I'm using the XML escape characters to escape the HTML tags but the results are not what I need.
I'm using the following code:
<thumbnail preview="large.jpg" thumb="thumb.jpg">
<title><![CDATA[Finance Services]]></title>
<discription><![CDATA[<a href="http://www.google.ca">Google</a>]]></discription>
</thumbnail>
---------------------------
Output:
Images are displayed correctly, but instead of getting the links, I'm getting following text message:
<a href="http://www.google.ca">Google</a>
I need to find out what I'm doing wrong. Am I using the correct way to add the links or not?
Thanks for your time.
