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.