|
Getting Started
- Place the class file (ryColorClock.class) in the directory containing the HTML document into which you want to insert the applet (or into a different directory, and add the correct CODEBASE= attribute to the applet tag given below).
- Add the following applet tag to your HTML document in the position you want ColorClock to appear:
<APPLET CODE="ryColorClock.class" WIDTH=100 HEIGHT=20>
<param name=Copyright value="ColorClock © 1998 CodeBase [www.codebase.co.uk]">
<param name=BgColor value="000000">
<param name=TextColor value="CC0000">
<param name=TextFocusColor value="CC00CC">
<param name=3D value="light">
<param name=3DOffset value="2">
<param name=Font value="Helvetica,plain,22">
<param name=Align value="left">
<param name=Format value="hms">
<param name=SwitchFormat value="nmy">
<param name=AutoSwitch value="yes">
<param name=NumericalDate value="yes">
<param name=Testmode value="no">
</APPLET>
- Most of the parameters should be fairly self-explanatory, but if you'd like some explanation, you'll find it in The Parameters Explained.
|