This is the html code for the applet below:
<APPLET code="Dotz.class" archive="dotz.jar" width=400 height=40>
<PARAM name="cabbase" value="dotz.cab">
<PARAM name="fontimage" value="dotfont.gif,000000,82,4">
<PARAM name="dotstyle" value="block">
<PARAM name="item0" value="Block style!">
<PARAM name="animation0" value="sweep,in,<item0>,80:<item0>,20:sweep,out,<item0>,80">
</APPLET>
You can change the style of the dots with the dotstyle
parameter. There are three styles available: 'default', 'block' and 'open'.
Try them and choose your favorite.
If you're an advanced user, you can also change the font.
Just use the fontimage parameter the way you use the image parameters and use
the fontstring parameter to enter the string the image represents. Note that
the characters '<', '>' and ' ' can't be used. In this example I just
changed the scale factor from it's default 3 to 4. If you've made a nice font
you can add it in the download section.
|