via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi, can someone PLEASE help me.
I am trying to set up a website to show multiple MSS which you can access through std text links.
So far I have setup the initial photo gallery page with MSS, no problems there, but as soon as I set up another html I cant seem to get MSS to show images. I have placed MSS.swf & MSS.xml in the same folder of each photo folder, but still no joy!!!! Any ideas please.
Are you trying to show multiple slideshows on one page or a different slideshow on each page of your website??
Take a look at using dataFile.
Perhaps this link will help too. It discusses using multiple slideshows on one page.
A different slideshow on each page: as per example
<DIV id=flashContent>
<P></P>
<H2>Please install Flash</H2>
<P><A href="http://www.adobe.com/go/getflashplayer"><IMG
alt="Get Adobe Flash player"
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"><FONT
color=#000000 size=3></FONT></P>
<H2></H2>
<SCRIPT type=text/javascript>
var flashvars = {dataFile: "photos/WE_R1_2010/monoslideshow.xml"};
var flashvars = {showRegistration: "false", showLogo: "false"};
var params = {};
var attributes = {};
swfobject.embedSWF(
"monoslideshow.swf", "flashContent",
"620", "420", "10", false,
flashvars, params, attributes
);
</SCRIPT>
</DIV></DIV></DIV>
and the xml file
<?xml version="1.0" encoding="utf-8"?>
<album thumbnail="albumThumbnail.jpg" itemPath="photos/WE_R1_2010/" thumbnailPath="photos/WE_R1_2010/thumbs">
<configuration>
<transition kenBurnsMode="randomZoomIn" />
</configuration>
<contents>
<image source="WE_R1_2010.jpg" thumbnail="thumb.jpg" />
<image source="WE_R1_2010_1.jpg" thumbnail="thumb (1).jpg" />
<image source="WE_R1_2010_2.jpg" thumbnail="thumb (2).jpg" />
<image source="WE_R1_2010_3.jpg" thumbnail="thumb (75).jpg" />
</contents>
</album>
Tried datafile, but I get the ! mark, thats why I'm stuck?
if you get the exclamation mark, the xml is being found, but the images are not. Check the paths in the album tag, e.g.
<album itemPath="path/from/html/to/images" thumbnailPath="path/from/html/to/thumbnails">
Christoph
I have changed the xml file but still no joy
<?xml version="1.0" encoding="utf-8"?>
<album itemPath="photos/WE_R1_2010/images" thumbnailPath="photos/WE_R1_2010/thumbs">
<configuration>
<transition kenBurnsMode="randomZoomIn" />
</configuration>
<contents>
<image source="WE_R1_2010.jpg" thumbnail="thumb.jpg" />
<image source="WE_R1_2010_1.jpg" thumbnail="thumb (1).jpg" />
<image source="WE_R1_2010_2.jpg" thumbnail="thumb (2).jpg" />
<image source="WE_R1_2010_3.jpg" thumbnail="thumb (75).jpg" />
</contents>
</album>
I have check and double checked that everything is in its right case and folder and still I get the ! mark!!!!!
does MSS have problems viewing folder structures?
Solved
Thanks Christoph, I was inputting the path from the root directory to the images, not the path from the html to images.
1 to 6 of 6