Hi there,
In need some help with the photo gallery from http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm which is a great gallery but I want an extra feature.
Is it possible to browse through folders which are made in the xml file like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<folder>
<name>Vacation 2005</name>
<images>
<pic>
<image>http://www.bazelmans.nl/medialab3.jpg</image>
<caption>Kresge</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/kresge_sm.jpg</thumbnail>
<link>http://web.mit.edu/evolving/projects/kresge/</link>
</pic>
And the have a selection of which folder you like to browse in the lower part of the gallery (so it becomes a photo album).
Thanks in advance…
McFly…