Pls help on making links in XML

Hi!
Kirupa is such a great site:party:, I have learned so much from you guys.

My question is related to your “adding thumbnails” tutorial,
url (http://www.kirupa.com/developer/mx2004/thumbnails.htm). I’ve already done this successfully. My question is about the xml file. ** I want to make each caption or the corresponding image clickable, so that a word or image can link to a respective web page when you click it. ** I’ve tried to use the “a href” html tags but it’s not working. :crying: By the way I’m also using a special font for the caption’s dynamic text field, so I’ve embedded the text for this. Everything works as expected in the tutorial, only I really need to add this “linking” feature.

Part of my xml looks like this, which together with the flash actionscript code, i just copied and pasted from your tutorial and replaced with the appropriate file names:

<pic>            
    <image>images/timbig.jpeg</image>
    <caption>Tim</caption>
    <thumbnail>images/timsmall.jpeg</thumbnail>
</pic>

Pls. help, many many thanks in advance and more power to all of you!!!:bounce:

use CDATA tags in the xml and htmltext inside flash. :open_mouth:

example here

thanks!!! will try to do what you did on that file:party: