tags:

views:

49

answers:

1

I am using a flash web template that pulls the images from an xml document. I want to link from an image after it is clicked on to another portion of the site.

Here is some sample code from the document:

<gallery id="1" name="public relations">
 <image width="121" height="161" image="images/pr/pr_01.jpg"/>

I want the image "pr_01.jpg to link to a url.

Is this possible?

Thank you.

+1  A: 

I believe a hyperlink tag in xml is:

<test><xhtml:a href="link here">Test Link</xhtml:a></test>

As far as getting the link when the image is clicked, haven't done that before. I'll keep looking into it.

MJ
Thanks, but that breaks the link to all the images somehow.
godleuf
I see where you were going with this now. I'll update my answer.
MJ
I really appreciate it! This is way beyond my knowledge and I have searched everywhere (that I know of)
godleuf
Find anything yet? :)
godleuf