Topic: Multiple galleries not working
Hello,
I've got multiple web pages that each point to a different Simpleview gallery. I followed the FAQ instructions create whole implementations of simpleviewere folder for each gallery.
I try to use FlashVars to point to the correct ImageData.xml file. (see code below)
In the .xml file, I set image and thumbs pointers to the file locations.
Sooo, for one implementation of this, it all works. When I load in the other one, I get placeholders for the thumbs and the loading image graphic comes up...but nothing loads...it just sits there.
I've tied to troublshoot in many different ways, without success.
Any thoughts?
Thanks.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="640px" height="800px" id="viewer" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="simpleviewer/april2006/viewer.swf" />
<param name="quality" value="best" />
<param name="bgcolor" value="#222222" />
<param name="FlashVars" value="xmlDataPath=simpleviewer/april2006/imageData.xml" />
<embed src="simpleviewer/april2006/viewer.swf" quality="best" bgcolor="#222222" width="640px" height="800px" name="viewer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" FlashVars="xmlDataPath=simpleviewer/april2006/imageData.xml" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>