This is the html code of the applet below:
<APPLET code="Bumpz.class" archive="bumpz.jar" width=435 height=150>
<PARAM name="cabbase" value="bumpz.cab">
<PARAM name="image" value="evolution.gif">
<PARAM name="size" value="40">
<PARAM name="color" value="FFCFAF">
</APPLET>
The 'image' parameter can be used to point Bumpz to the
image to be used. The 'size' parameter contains the radius of the light. It
can be at most 80. You can also adjust the color of the light by using the
'color' parameter. Here you can enter a hexcolor code. In the example below
the light is made a bit orange. To make a link out of the applet you can just
use the 'link' parameter. You can specify a target frame in the 'target'
parameter.
|