The parameters used by the applet follow. If any parameters are omitted default values will be used.
Parameter Name | Type | Purpose |
SCROLLTEXT | string | This parameter sets the text which will be scrolled in the applet. |
FPS | number | This parameter sets the number of frames per second, i.e. the speed. Good values are around 25. |
BGIMAGE | filename | This parameter specifies an image to use as a background. It should be either a GIF or a JPEG format file. |
<APPLET CODE="ScrollApplet.class" WIDTH=420 HEIGHT=40> <PARAM NAME=SCROLLTEXT VALUE="This is an example of the scrolling applet."> <PARAM NAME=FPS VALUE="20"> <PARAM NAME=BGIMAGE VALUE="background.gif"> </APPLET>