Topic: Multiple galleries showing blank on autoviewer??
When I have just 1 gallery, everything seems to work smooth on autoviewer, however if I try to make a new gallery (renaming new gallery.xml to "gallery2.xml") the second gallery is blank, and the buttons only show. I have checked a million times, my file names and paths and everything SHOULD work fine, this is frustrating me, as I don't even know what the problem is. It is as if autoviewer only wants to have 1 gallery.xml and if you try to rename it to gallery2.xml it wont work.
This is my gallery 1 (which works)
<br /><br />
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">AutoViewer requires JavaScript and the Flash Player.
<a href="http://www.macromedia.com/go/getflashplayer/">Get Flash here.</a></div>
<script type="text/javascript">
var fo = new SWFObject("autoviewer.swf", "autoviewer", "100%", "600", "8", "#181818");
//Optional Configuration
//fo.addVariable("langOpenImage", "Open Image in New Window");
//fo.addVariable("langAbout", "About");
//fo.addVariable("xmlURL", "gallery.xml");
fo.addParam("wmode", "transparent");
fo.write("flashcontent");
</script>
And this is my gallery2 (which does NOT work)
<br /><br />
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">AutoViewer requires JavaScript and the Flash Player.
<a href="http://www.macromedia.com/go/getflashplayer/">Get Flash here.</a></div>
<script type="text/javascript">
var fo = new SWFObject("autoviewer.swf", "autoviewer", "100%", "600", "8", "#181818");
//Optional Configuration
//fo.addVariable("langOpenImage", "Open Image in New Window");
//fo.addVariable("langAbout", "About");
//fo.addVariable("xmlURL", "gallery2.xml");
fo.addParam("wmode", "transparent");
fo.write("flashcontent");
</script>
I also tried making a lookbook1 and lookbook2 directories and leaving everything named the way it is and leave also "gallery.xml" untouched, but just changing dorectory paths like:
//fo.addVariable("xmlURL", "lookbook1/gallery.xml");
AND
//fo.addVariable("xmlURL", "lookbook2/gallery.xml");
That also does not work... like seriously what am I doing wrong??? Its like autoviewer doesn't even read my "xmlURL" path, but automatically goes for like a preset "gallery.xml" path