javascript and flash development.

slideshow

version 1.3

transition between images.

example

features

usage

var obj = {
	wait: 3000, 
	effect: 'fade',
	duration: 1000, 
	loop: true, 
	thumbnails: true,
	backgroundSlider: true,
	onClick: function(i){alert(i)}
}
show = new SlideShow('slideshowContainer','slideshowThumbnail',obj);

options

effect
the transition effect to use (fade|wipe|slide|random). default: 'fade'
duration
the length of the transition. default: 2000
transition
default: Fx.Transitions.linear
direction
the direction of the transition if wipe or slide is used (top|right|bottom|left|random). default: 'right'
wait
the length of time to waqit before going to the next image. default: 5000
loop
when the last image is reached it will go back to the start. default: false
thumbnails
using thumbnails or not. default: false
thumbnailCls
the name of the class to use for showing the current image. default: 'outline'
backgroundSlider
use the backgroundSlider class for the thumbnails. default: false
onClick
the function called when the image is clicked. The index of the image is passed to the function.

browser compatibility

requirements

downloads