This applet displays a sequence of images by repeately changing the
image on the screen to another after a period of time. The transition
between one image and the next is done with one of a variety of special
effects. The applet links to other pages through a URL associated with
each image. When the user presses the mouse button with the cursor
over the applet, the browser will go to the new page associated with
the current image.
The following parameters are specified as:
bgcolor This parameter is used to set
the background color of the
applet before the first image loads.
delay This parameter specifies the
number of milliseconds between each
billboard.
billboards It specifies the number
of billboards you wish to cycle through.
bill# This is shorthand for bill0,
bill1, bill2 and so on, up to one less than the number of billboards you've
specified. The value of each of these bill#s will be a pair of strings separated
by a comma. The first one is
the image name to display for this billboard. The second is the URL of where to
go when the user clicks on
this billboard. Here is an example: (value="ceci.jpg,http://www.dreamscity.net/").
transitions This is a list beginning
with the number of items in the list as an integer, followed by the list of
Thansition subclass names. Here is an example: (value="3,TearTransition,SmashTransition,ColumnTransition")