Flash & XML

Hi all,

I’ve got a little question about making hyperlinks in XML.
I’m making a photogallery with Flash 8 and XML and all works fine.
When I make a textlink in the XML, it works.

Is it possible to make a loaded image (hyper)link?

This is my XML as is:


<entry>
        <img>img/img.jpg</img>
        <desc><![CDATA[<a href="http://www.google.nl" target="_blank">click</a>]]></desc>
    </entry>

When I click on click, google opens up.
Now, is it possible to do a similar thing for the image? Maybe something like:

<img><a href="http://www.google.nl">img/img.jpg</a></img>

:h: