# Flash & XML

**URL:** https://forum.kirupa.com/t/flash-xml/257432
**Category:** Uncategorized
**Created:** [April 14, 2008, 9:26am UTC](https://forum.kirupa.com/t/flash-xml/257432 "2008-04-14T09:26:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JeffGrafix\_nl](https://avatars.discourse-cdn.com/v4/letter/j/4da419/32.png) [@JeffGrafix\_nl](https://forum.kirupa.com/u/JeffGrafix_nl)
#### Post date: [April 14, 2008, 9:26am UTC](https://forum.kirupa.com/t/flash-xml/257432/1 "2008-04-14T09:26:15Z")

</div>

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:

```auto

<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:

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

```

:h:
