Plug-in Web Applications > SlideShow
posted on 3:04 PM, May 28, 2008
Display a library of images as a slide show.
The images are ordered alphabetically by the image name. You can change the image order by changing the names of the images. (One common trick is to prefix each image name with a number, which makes it easier to adjust the ordering.)
The navigation links are normally text links, but SlideShow also supports nav buttons in four colours: green, blue, black, and red.
When you select the SlideShow, the parameters field remains a simple text field. You must enter your preferences in the format: pref1=value&pref2=value&... Options are:
| Parameter | Values | Description |
| name | the name of the library to display | |
| border | 1 or 0 | whether to place a border around the image |
| title | 1 or 0 | whether to place a title/heading on the page |
| button | green, blue, black, or red | graphical button preference |
AJAX Slideshows
The SlideShow plug-in works well in AJAX mode. This causes the next image to be loaded without reloading the entire page, which is faster and smoother. It works best if the images are all the same dimensions.To switch over to AJAX mode, edit the plug-in tag in plain-text mode, and change the text:
<!--&SlideShow(...)-->to:
<!--&&&SlideShow(...)-->