via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
I am getting error 1085 and I'm sure that it's something in my code. I took a custom xml from the demo and put the basic code on it. Below are the xml.
Thanks to anyone who will take the time.
<?xml version="1.0" encoding="utf-8" ?>
- <album>
- <configuration delay="4">
- <caption backgroundType="fitCompleteText" padding="5,2,5,5" position="bottomLeft">
<title font="Trebuchet MS" size="11" weight="bold" />
<description color="#14cee3" font="Trebuchet MS" size="11" />
<shadow />
<transition />
</caption>
- <navigation>
- <albums>
- <caption>
<title />
<description />
</caption>
<shadow />
- <transition>
<shadow />
</transition>
</albums>
- <items>
<shadow />
- <transition>
<shadow />
</transition>
</items>
<shadow />
- <caption>
<title />
<description />
</caption>
<pageIndicator />
</navigation>
<reflection />
- <controller autoHide="false" backgroundRoundness="10" iconColorOver="#14cee3" margin="10,10,10,10" position="bottomRight" showNavigationButton="false" showNextButton="false" showPreviousButton="false" showScrubBar="false" strokeWidth="0">
<transition />
<scrubBar />
<shadow />
</controller>
- <mark>
<shadow />
</mark>
- <progress position="topRight" strokeWidth="0">
<shadow />
</progress>
<transition easing="easeOut" kenBurnsMode="randomPan" strength="0.5" type="shatter" />
<shadow />
<sound />
- <thumbnailNavigation>
- <items>
<shadow />
- <transition>
<shadow />
</transition>
</items>
<shadow />
</thumbnailNavigation>
</configuration>
- <contents>
<album thumbnail="album/albumThumbnail.jpg" itemPath="album/images" thumbnailPath="album/thumbnails">
<contents>
<image source="photo1.jpg" title="title 1" description="description 1" />
<image source="photo2.jpg" title="title 2" description="description 2" />
<image source="photo3.jpg" title="title 3" description="description 3" />
</contents>
</album>
This was the error from your code.
<contents>
<album thumbnail="album/albumThumbnail.jpg" itemPath="album/images" thumbnailPath="album/thumbnails">
<contents>
I removed the extra <contents> tag and replaced the <album> tag at the top of the xml with this instead.
<album thumbnail="album/albumThumbnail.jpg" itemPath="album/images" thumbnailPath="album/thumbnails">
Working code below
<?xml version="1.0" encoding="utf-8" ?>
<album thumbnail="album/albumThumbnail.jpg" itemPath="album/images" thumbnailPath="album/thumbnails">
<configuration delay="4">
<caption backgroundType="fitCompleteText" padding="5,2,5,5" position="bottomLeft">
<title font="Trebuchet MS" size="11" weight="bold" />
<description color="#14cee3" font="Trebuchet MS" size="11" />
<shadow />
<transition />
</caption>
<navigation>
<albums>
<caption>
<title />
<description />
</caption>
<shadow />
<transition>
<shadow />
</transition>
</albums>
<items>
<shadow />
<transition>
<shadow />
</transition>
</items>
<shadow />
<caption>
<title />
<description />
</caption>
<pageIndicator />
</navigation>
<reflection />
<controller autoHide="false" backgroundRoundness="10" iconColorOver="#14cee3" margin="10,10,10,10" position="bottomRight" showNavigationButton="false" showNextButton="false" showPreviousButton="false" showScrubBar="false" strokeWidth="0">
<transition />
<scrubBar />
<shadow />
</controller>
<mark>
<shadow />
</mark>
<progress position="topRight" strokeWidth="0">
<shadow />
</progress>
<transition easing="easeOut" kenBurnsMode="randomPan" strength="0.5" type="shatter" />
<shadow />
<sound />
<thumbnailNavigation>
<items>
<shadow />
<transition>
<shadow />
</transition>
</items>
<shadow />
</thumbnailNavigation>
</configuration>
<contents>
<image source="photo1.jpg" title="title 1" description="description 1" />
<image source="photo2.jpg" title="title 2" description="description 2" />
<image source="photo3.jpg" title="title 3" description="description 3" />
</contents>
</album>
Perfect- Thank you very much-after 10 hours and your help on a Sunday!!! :-)-it works!!!
http://www.chitin.ch/wb1.html
http://www.chitin.ch/chicco.html
not perfectly but enough for today...
cu, Raphaƫl
Same issue here. Note that I am using many more photos and folders than the sample below however this forum will only display a limited characters.
Root folder: monoslideshow.xml, monoslideshow.swf, swfobject.js
Image folder:
/images/cl_gall/galleryI.jpg
/images/cl_gall/galleryI/image01.jpg
/images/cl_gall/galleryI/image02.jpg
/images/cl_gall/galleryI/thumbs/thumb01.jpg
/images/cl_gall/galleryI/thumbs/thumb02.jpg
/images/cl_gall/galleryII.jpg
/images/cl_gall/galleryII/image01.jpg
/images/cl_gall/galleryII/image02.jpg
/images/cl_gall/galleryII/thumbs/thumb01.jpg
/images/cl_gall/galleryII/thumbs/thumb02.jpg
<?xml version="1.0" encoding="utf-8"?>
<album>
<configuration backgroundColor="#1a1a1a" delay="4" startWithNavigationWindow="true" viewport="0,50,0,50,offset" >
<caption backgroundAlpha="0" backgroundRoundness="0" margin="0,4,0,0" padding="0,0,0,0" position="topCenter" textAlign="center" >
<title color="#028dde" size="20" />
<description color="#ffffff" />
<shadow sizeX="8" sizeY="8" />
<transition/>
</caption>
<navigation>
<albums backgroundColor="#01508c" imageBackgroundColor="#000000" strokeColor="#ffffff" strokeWidth="2" >
<caption width="140" >
<title color="#ffffff" size="14" weight="bold" />
<description color="#ffffff" size="12" />
</caption>
<shadow/>
<transition>
<shadow/>
</transition>
</albums>
<items strokeColor="#ffffff" >
<shadow/>
<transition>
<shadow/>
</transition>
</items>
<shadow/>
<caption>
<title/>
<description size="12" />
</caption>
<pageIndicator/>
</navigation>
<reflection/>
<controller autoHide="false" backgroundAlpha="1" backgroundColor="#1a1a1a" backgroundRoundness="20" iconColorDisable="#999999" iconColorDown="#ffffff" iconColorOver="#028dde" iconColorUp="#ffffff" iconHeight="15" iconWidth="15" iconSpacing="5" margin="8,8,8,8" padding="8,8,8,8" strokeColor="#ffffff" >
<transition/>
<scrubBar backgroundColor="#999999" loadingColor="#ffffff" progressColor="#028dde" />
<shadow sizeX="8" sizeY="8" />
</controller>
<mark>
<shadow/>
</mark>
<progress margin="10,10,10,10" progressColor="#ffffff" radius="10" strokeColor="#ffffff" >
<shadow/>
</progress>
<transition kenBurnsMode="randomZoomOut" kenBurnsStrength="0.1" size="1" strength="0.15" type="selfMelt" />
<shadow alpha="1" sizeX="64" sizeY="64" />
<sound/>
<thumbnailNavigation>
<items>
<shadow/>
<transition>
<shadow/>
</transition>
</items>
<shadow/>
</thumbnailNavigation>
</configuration>
<contents>
<album thumbnail="/images/cl_gall/galleryI.jpg" title="Gallery One by Courtyard" description="" imagePath="/images/cl_gall/galleryI" thumbnailPath="/images/cl_gall/galleryI/thumbs">
<contents>
<img src="img01.jpg" title="Gallery One by Courtyard" description="" thumbnail="thumb01.jpg"/>
<img src="img02.jpg" title="Gallery One by Courtyard" description="" thumbnail="thumb02.jpg"/>
</contents>
</album>
<album thumbnail="/images/cl_gall/galleryII.jpg" title="Gallery Two by Courtyard" description="" imagePath="/images/cl_gall/galleryII" thumbnailPath="/images/cl_gall/galleryII/thumbs">
<contents>
<img src="img01.jpg" title="Gallery Two by Courtyard" description="" thumbnail="thumb01.jpg"/>
<img src="img02.jpg" title="Gallery Two by Courtyard" description="" thumbnail="thumb02.jpg"/>
</contents>
</album>
</contents>
</album>
Ok, this was a complete waste of time.
It's fixed. FYI the xml syntax differs from previous versions on Monoslideshow which I had originally referenced.
- "imagePath" should read "itemPath"
- "img src" should read "image source"
1 to 6 of 6