via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi all
I wanted to know if it is possible to define a set of images sliding up in a specific order and after that these photos have been shown a set of photos (maybe another album or rss feed ) show up but in a random order.
Is that possible
Can the xml be configured this way.
What alternatives do exist if not.
Thanks for your reply
Hi there
Has no one an idea if this could be done ?
Cheers
Sorry it took so long, I have been meaning to do this for you.
Notice the slight black flash between albums.
Created with Version 2.05
Edit: Dead links removed
Hi Jarredja
It's nearly exactly what I was searching for.
How did you do this ?
Regards
ZY
Here is a basic bit of code.
<?xml version="1.0" encoding="utf-8"?>
<!--
Monoslideshow 2.0 configuration file
Please visit http://www.monoslideshow.com for more info
-->
<album itemPath="album/images" >
<configuration onAlbumEnd="loadNextAlbum">
<transition kenBurnsMode="randomZoomIn" />
</configuration>
<contents>
<album itemPath="slides/act"
>
<configuration delay="1">
<transition type="shatter" time="0.4" />
<controller showMuteButton="true" />
</configuration>
<contents>
<image source="01.jpg" />
<image source="02.jpg" />
<image source="03.jpg" />
<image source="04.jpg" />
<image source="05.jpg" />
<image source="06.jpg" />
<image source="07.jpg" />
</contents>
</album>
<album itemPath="slides/action"
>
<configuration delay="1"randomize="true">
<transition type="shatter" time="0.4" />
<controller showMuteButton="true" />
</configuration>
<contents>
<image source="01.jpg" />
<image source="02.jpg" />
<image source="03.jpg" />
<image source="04.jpg" />
<image source="05.jpg" />
<image source="06.jpg" />
<image source="07.jpg" />
</contents>
</album>
</contents>
</album>
1 to 5 of 5