Help with Photo Gallery Using XML and Flash

I made a scrolling thumbnail using these tutorial http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm

Im totally clueless how do I make the image once clicked with act as a link target.
Can anyone make my Christmas a happy one?

As for the xml code this is what I did.

<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<image>A10921_small.jpg</image>
<caption>BlueIce</caption>
<thumbnail>A10921_small.jpg</thumbnail>
<link>http://www.gordonmax.com</link>
</pic>