if I use "random: true", random works - but it isn't linked with the
right thumbnail. Anybody an idea?
Regards
Thomas
I do this:
<script type="text/javascript">
window.addEvent('domready', function(){
var data = {
'pic_01.jpg': { caption: '' },
'pic_02.jpg': { caption: '' },
'pic_03.jpg': { caption: '' },
'pic_09.jpg': { caption: '' }
};
new Slideshow('overlap', data, { captions: { delay: 1000 }, delay:
15000, height: 400, hu: 'Dias/', width: 1000 });
});
and in *.js
options: {/*
onComplete: $empty,
onEnd: $empty,
onStart: $empty,*/
accesskeys: {'first': {'key': 'shift left', 'label': 'Shift +
Leftwards Arrow'}, 'prev': {'key': 'left', 'label': 'Leftwards
Arrow'}, 'pause': {'key': 'p', 'label': 'P'}, 'next': {'key': 'right',
'label': 'Rightwards Arrow'}, 'last': {'key': 'shift right', 'label':
'Shift + Rightwards Arrow'}},
captions: false,
center: true,
classes: [/*'slideshow', 'first', 'prev', 'play', 'pause', 'next',
'last', 'images', 'captions', 'controller', 'thumbnails', 'hidden',
'visible', 'inactive', 'active', 'loader'*/],
controller: true,
data: null,
delay: 2000,
duration: 5000,
fast: true,
height: false,
href: '',
hu: '',
linked: false,
loader: true,
loop: true,
match: /\?slide=(\d+)$/,
overlap: true,
paused: false,
random: true,
replace: [/(\.[^\.]+)$/, 't$1'],
resize: 'fill',
slide: 0,
thumbnails: true,
titles: false,
transition: 'sine:in:out',
width: false
},