|
Download Now (This file contains all the applets - download only once)
The Logo applet displays an animated logo. If the
logo is clicked, the browser loads a specified url.
It has the following parameters:
bgcolor
|
The background color of the applet in RGB hexadecimal.
|
delay
|
The delay between frames in milliseconds.
|
image
|
The URL of the a film strip image to display. (relative to the where the
.class files exist.)
|
link
|
A URL to load if the applet is clicked.
|
number
|
The number of frames in the image.
|
loop
|
The number of times to loop through the animation. If loop is
not defined or set to 0, the applet loops indefinitely.
|
The animated logo is constructed from an image that contains all the frames
horizontally, one after another. It looks very similiar to a film strip. See
the following image for an example.
|