Hello there,
I have been working on getting this slideshow just right. It is a flash file that uses an xml file to pull in photos from different folders. What I am trying to do is to link all the images in the gallery to their fullsize photo in a new window.
I have successfully done this using the target=_blank code. But, that doesn't quite do the trick. Is there a simple way to have the link be a popup that resizes to the image size? Preferably have it only xml. otherwise incorporate javascript if needed. I would also like to have the popup with no menu bar, scroll bar, loading bar, just the image in the popup.
My xml code is below, any help on this would be great.
Thanks so much,
Lorne
I have been working on getting this slideshow just right. It is a flash file that uses an xml file to pull in photos from different folders. What I am trying to do is to link all the images in the gallery to their fullsize photo in a new window.
I have successfully done this using the target=_blank code. But, that doesn't quite do the trick. Is there a simple way to have the link be a popup that resizes to the image size? Preferably have it only xml. otherwise incorporate javascript if needed. I would also like to have the popup with no menu bar, scroll bar, loading bar, just the image in the popup.
My xml code is below, any help on this would be great.
Thanks so much,
Lorne
Code:
<?xml version="1.0" encoding="utf-8"?>
<gallery>
<album title="The Modern Green Homes" description="" lgPath="gallery/album/large/" tnPath="gallery/album/thumb/" tn="">
<img src="MGH-01.jpg" title="" caption="" link="gallery/album/fullsize/image01.jpg" target="_blank"/>
<img src="MGH-02.jpg" title="" caption="" link="gallery/album/fullsize/image02.jpg" target="_blank"/>
<img src="MGH-03.jpg" title="" caption="" link="gallery/album/fullsize/image03.jpg" target="_blank"/>
<img src="MGH-04.jpg" title="" caption="" link="gallery/album/fullsize/image04.jpg" target="_blank"/>
<img src="MGH-05.jpg" title="" caption="" link="gallery/album/fullsize/image05.jpg" target="_blank"/>
<img src="MGH-06.jpg" title="" caption="" link="gallery/album/fullsize/image06.jpg" target="_blank"/>
<img src="MGH-07.jpg" title="" caption="" link="gallery/album/fullsize/image07.jpg" target="_blank"/>
<img src="MGH-08.jpg" title="" caption="" link="gallery/album/fullsize/image08.jpg" target="_blank"/>
<img src="MGH-09.jpg" title="" caption="" link="gallery/album/fullsize/image09.jpg" target="_blank"/>
<img src="MGH-10.jpg" title="" caption="" link="gallery/album/fullsize/image10.jpg" target="_blank"/>
<img src="MGH-11.jpg" title="" caption="" link="gallery/album/fullsize/image11.jpg" target="_blank"/>
<img src="MGH-12.jpg" title="" caption="" link="gallery/album/fullsize/image12.jpg" target="_blank"/>
<img src="MGH-13.jpg" title="" caption="" link="gallery/album/fullsize/image13.jpg" target="_blank"/>
<img src="MGH-14.jpg" title="" caption="" link="gallery/album/fullsize/image14.jpg" target="_blank"/>
<img src="MGH-15.jpg" title="" caption="" link="gallery/album/fullsize/image15.jpg" target="_blank"/>
<img src="MGH-16.jpg" title="" caption="" link="gallery/album/fullsize/image16.jpg" target="_blank"/>
<img src="MGH-17.jpg" title="" caption="" link="gallery/album/fullsize/image17.jpg" target="_blank"/>
<img src="MGH-18.jpg" title="" caption="" link="gallery/album/fullsize/image18.jpg" target="_blank"/>
<img src="MGH-19.jpg" title="" caption="" link="gallery/album/fullsize/image19.jpg" target="_blank"/>
<img src="MGH-20.jpg" title="" caption="" link="gallery/album/fullsize/image20.jpg" target="_blank"/>
<img src="MGH-21.jpg" title="" caption="" link="gallery/album/fullsize/image21.jpg" target="_blank"/>
</album>
</gallery>