Image Slide Show with Transition and Controls
The slide show can cycle through a pre-defined list of images. The images are pre-loaded at initialization. Transition between images is a simple fade (adjustable speed). Available controls (as functions) for the slide show include play, pause/stop, next, previous, random image, play random order, or set specific image. Settings include transition speed and frame rate. Ease of implementation was important during development. The slide show requires only three lines of code to operate: an array of images (one line), initialization with settings (one line), and a command (play, next, etc.) (one line). In the file download, both the fully documented code and a minified version is contained in the ZIP file. Compatible with IE5+, Firefox 0.9+, Safari, Opera 9+, and Chrome