|
Example displaying 5 images Display:30,30,20,20,20 sec Dowmload! |
SlideShowApplet
displays series of images optionally accompanied by sounds.
Parameters: "background" triplet of comma separated r,g,b numbers from interval[0,255] representing the background color of the image canvas. Image is fitted on the canvas as well as possible while preserving its aspect ratio. Remaining portion of the canvas is filled with background color. Canvas is slightly smaller then the applet, leaving around itself narrow frame. "border" triplet of comma separated numbers from interval[0,255] representing the color of the frame surrounding the canvas. "pic#" where # denotes a nonnegative integer. Numbers start with 0 and increase by 1. This parameter is a pair of comma separated partial URLs relative to applet's code base. First is the URL of the image file, the optional second is the URL of an audio clip. First URL may be followed by a reference having a form of a positive whole number denoting the number of seconds the image remains displayed. As usual the reference is separated from the preceding URL by # sign. |
|
In Netscape Navigator 4.5x the start of sounds may not be synchronized with the start of corresponding image display. Also, when the page is refreshed or if you navigate away and back to this page the applet may take longer time to restart. For explenation see this page. For a good function of this applet in Navigator it is necessary to leave the images on display long enough for the sounds to be fetched and play. |
|