AmberTicker is a small and easy to use ticker applet written in the Java programming language. The colors and the width of the Java ticker applet can be changed. See the example below:
See more Java applets in action.
Use the button below to download the AmberTicker.zip file. If you don't want to give your email address leave the field blank. Please, don't enter a bogus email address.
Unzip the AmberTicker.zip file after downloading. Upload the Java class file "AmberTicker.class" to a directory on your website. Make sure that you use binary mode to transfer the file via FTP.
Add the following HTML code to the HTML page you wish to have the AmberTicker Java applet on:
<object codetype="application/java"
classid="java:AmberTicker.class"
width="257"
height="19">
<param name="copyright"
value="(c) Castle Amber, 1998 http://www.castleamber.com/">
<param name="bg"
value="000000">
<param name="off"
value="336600">
<param name="on"
value="99FF33">
<param name="message"
value="AmberTicker Example ***">
Java is needed to see the AmberTicker applet
</object>
This code example uses the recommended way to embed a Java Applet, see APPLET is deprecated in favor of OBJECT
Change the following values:
width
bg
off
on
delay
message
<param name="message" value="This is">
<param name="message1" value="a very">
<param name="message2" value="long">
<param name="message3" value="message">
If you leave out any of the following: bg
, off
,
on
, delay
, a default is used.
Please add a link to http://castleamber.com/ if you like this Java webcam applet.
Please contact me if you encounter problems, have a suggestion or just to say you like the Java applet.