Topic: Issues with Multiple Simple Viewer Gallery´s!!
Hi Folks,
first: my English is not very good, but i hope you can help me!
I have questions about creating multiple gallerys on my webserver, because it doesn´t work.
-I want to have 2 Gallerys. first named "gal1" second named "gal2".
my directory is as follows:
-root
-gal1
-album
-ext
-viewer.swf
-gallery.xml
- ...
-gal2
-album
-ext
-viewer.swf
- gallery.xml
- ...
- I load the respective viewer.swf in my Flash Site with the loadmovie() function.
- I have changed the 2 gallery.xml´s :
<?xml version="1.0" encoding="utf-8"?>
<simpleviewerGallery maxImageWidth="552" maxImageHeight="552" textColor="0xffffff" frameColor="0x555555" frameWidth="1" stagePadding="35" thumbnailColumns="3" thumbnailRows="3" navPosition="left" title="Galerie" enableRightClickOpen="false" backgroundImagePath="gal1/album/ext/porta_sv.swf" imagePath="gal1/album/medium/" thumbPath="gal1/album/small/">
<image>
<name>16062007209-001.jpg</name>
<caption><![CDATA[Eigentlich wollten wir ja lernen..]]></caption>
</image>
the second xml also changed in /gal2/album ....
- do i have to change one of these files???
albumdef.js
common.js
index.js
langdef.js
medium.js
small.js
swfobject.js
-------------------------