Topic: Problem with 2 different galleries on 2 different pages
Hello, thanks for all your help earlier in getting my slideshow embedded onto my existing html page. I want to include a different slideshow on a separate page on the same website. Please tell me what I've done wrong.
1.I created a new simpleviewer gallery
2. I renamed the thumbs, images and XML file "thumbs2", "images2", and "ImageData2.xml"
3. I brought in these 3 files into the root directory.
4. I included "thumbPath="thumbs2/" imagePath="images2/" into the ImageData2.xml file.
I put this into the section where the simpleviewer is supposed to be located at on the page:
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer",
"400", "450", "7", "#F0F5F5"); fo.addParam("wmode", "transparent");
fo.write("flashcontent");
so.addVariable("xmlDataPath", "ImageData2.xml");
so.addParam("xmlDataPath", "ImageData2.xml");
</script>
It ends up playing the first gallery I made that is on a different page. Is it having a hard time finding the new ImageData2.xml file? I'm sure it is an easy solution and thank you for taking time to look at this.
-Donny[/list]