Topic: 2 gallery's on 1 page
I'm trying to place 2 gallery's on 1 page.
This is the code of the first gallery:
<div id="flashcontent"></div>
<script type="text/javascript">
var fo = new SWFObject("gallery1/viewer.swf", "viewer", "100%", "100%", "7", "#181818");
fo.addVariable("preloaderColor", "0xffffff");
fo.addVariable("xmlDataPath", "gallery1/gallery.xml");
fo.addParam("base", "gallery1/");
fo.write("flashcontent");
</script>
Two things go right.
- The path to the viewer.swf file works fine
- The path to the gallery.xml file works fine
But as soon as I add "fo.addParam("base", "gallery1/");" there appears a error "Gallery not Found".
this is the link: sorleon[dot]nl/TEST/index[dot]html
Hope someone can help.
I really don't understand what goes wrong?