Topic: Multiple Galleries in one page
Hi there,
i'm using wordpress and simpleviewer 2
and i'm having trouble displaying two different galleries on the same page :
my first gallery works just fine when it's alone on the page,
then, when i paste the same code and change the paths for finding the second one, i get two galleries but they both display the pictures of the second gallery
the website's concerned page is www.illusionite.com/galerie (right now i left only the first slideshow)
here's the code :
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.illusionite.com/wp-sv/01/svcore/js/simpleviewer.js"></script><script type="text/javascript">// <![CDATA[
var flashvars = {}; flashvars.baseURL = "http://www.illusionite.com/wp-sv/01/"; simpleviewer.ready(function () { simpleviewer.load("sv-container1", "100%", "100%", "transparent", true, flashvars, null, null, null, false);});
// ]]></script>
<div id="sv-container1"></div>
<!-- END SIMPLEVIEWER EMBED -->
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.illusionite.com/wp-sv/02/svcore/js/simpleviewer.js"></script><script type="text/javascript">// <![CDATA[
var flashvars = {}; flashvars.baseURL = "http://www.illusionite.com/wp-sv/02"; simpleviewer.ready(function () { simpleviewer.load("sv-container2", "100%", "100%", "transparent", true, flashvars, null, null, null, false);});
// ]]></script>
<div id="sv-container2"></div>
<!-- END SIMPLEVIEWER EMBED -->
and in filezilla it looks like this :
/www/wp-sv/01
-images
-thumbs
-svscore
-diaporama_01.html
-gallery.xml
/www/wp-sv/01
-images
-thumbs
-svscore
-diaporama_01.html
-gallery.xml
i'm quite new at websites !
hope i'll find some help here, i couldn't find the solution by myself, even with the simpleviewer embedding help pages...
thanks in advance
t.