This class can be used to present a slide show of local or remote Web images.
It can extract lists of image files available on the local server or a remote Web server.
The image list is served to the browser which retrieves it with Javascript code that performs AJAX requests to obtain the images to display.
For local server images the class returns a list of image file names. For remote Web server, it retrieves a given remote page and parses it to return the list of GIF, JPEG and PNG images linked from that page.
The Javascript libraries provided within this package control the slide show presentation. |