via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 4 of 4
Hello everybody, i have two albums with pictures inside and only the three first pictures are include in the slideshow, i don't understand - this is my code -
<?xml version="1.0" encoding="utf-8"?>
<!--
Monoslideshow 1.32 configuration file
Please visit http://www.monoslideshow.com for more info
-->
<slideshow>
<preferences
imageTransition = "photoFlash"
controlAutoHide = "true"
/>
<album imagePath="images" thumbnailPath="thumbnails">
<img src="photo001.jpg"/>
<img src="photo002.jpg"/>
<img src="photo003.jpg"/>
</album>
<album imagePath="images2" thumbnailPath="thumbnails2">
<img src="photo001.jpg"/>
<img src="photo002.jpg"/>
<img src="photo003.jpg"/>
</album>
</slideshow>
I dont find any errors ...
Please can you help me
Thanks a lot
The code seems to match what is printed in the manual. Did you run the slideshow once before adding the second album? If so, the first xml file may be stuck in the cache.
Please provide a link to a test site - the error seems to lay outside the xml.
Christoph
Thanks for your comments but the error was simple, it did miss the onFinished = "loadNextAlbum" argument in my xml file, that's it.
Thank you christoph and jarredja...
See ya
Kyastef
1 to 4 of 4