SlideShow Example #1             


This example animates 5 images from random points, centering each within the applet. The filename is displayed (without the full path), and SlideShow displays a short message when the mouse moves over an image. Each image remains on the screen for 5 seconds before the next begins to appear.

The URL parameters have been prefixed with dollar signs so that SlideShow will ignore the links if clicked.

Below is the applet tag for this example:

<APPLET CODE="rySlideShow" ARCHIVE="SlideShow.jar" WIDTH=322 HEIGHT=221>
<param name=CabBase value="SlideShow.cab">
<param name=Copyright value="SlideShow (c) 1997 Cool Focus [www.coolfocus.com]">
<param name=BgColor value="F0F0FF">
<param name=TextColor value="000080">
<param name=TextBgColor value="C0C0C0">
<param name=Font value="Helvetica,bold,10">
<param name=ShowFilename value="no">
<param name=Pause value="5">
<param name=Position value="centered">
<param name=Animate value="yes">
<param name=AnimateFrom value="random">
<param name=AnimationDelay value="3">

<param name=Image1 value="01.jpg">
<param name=URL1 value="$">
<param name=Message1 value="A big empty book">
<param name=Image2 value="02.GIF">
<param name=URL2 value="$">
<param name=Message2 value="A microphone">
<param name=Image3 value="03.GIF">
<param name=URL3 value="$">
<param name=Message3 value="A treble clef and notes">
<param name=Image4 value="04.GIF">
<param name=URL4 value="$">
<param name=Message4 value="A small book">
<param name=Image5 value="05.GIF">
<param name=URL5 value="$">
<param name=Message5 value="A floppy disk">
</APPLET>