This is a small horizontal text scroller applet (6k) with source code. It is unique in that it sets font size automatically. Highly configurable with url launch included.
How To Use: Download Corf_Scroller_1_4.zip (7KB) and unzip within your HTML directory.
Java Source: Corf_Scroller_Source.htm
HTML Source:
<APPLET code="Corf_Scroller.class" width="468" height="36"> <PARAM NAME="Corf_Timer" VALUE="8"> <PARAM NAME="Corf_Link" VALUE="http://www.corfman.com/robert"> <PARAM NAME="Corf_Target" VALUE="_new"> <PARAM NAME="Corf_Text" VALUE="Your text here"> <PARAM NAME="Corf_ForeGround" VALUE="CC3333"> <PARAM NAME="Corf_Thickness" VALUE="2"> <PARAM NAME="Corf_Font" VALUE="TimesRoman"> Your text here too... This message would scroll if you had Java to view this applet </APPLET>
{ "Corf_Link", "URL", "Targe Link when applet is clicked" },
{ "Corf_Target", "String", "Target window when jumping to Link" },
{ "Corf_Text", "String", "Text to Scroll in the Applet Area" },
{ "Corf_Timer", "int", "Time in Milliseconds between scrolling pixel" },
{ "Corf_Background", "Color", "Background Color in HEX format of RRGGBB. white-FFFFFF, black-000000" },
{ "Corf_Foreground", "Color", "Foreground Color in HEX format(See BackGround)" },
{ "Corf_Thickness", "String", "Applet Border Thickness" },
{ "Corf_Border", "String", "Applet Border Color" },
{ "Corf_Status", "boolean", "<>0 Changes status line on mouse over, 0 does nothing" },
{ "Corf_Jump", "boolean", "<>0 Jumps to Link on click, 0 does nothing" },
{ "Corf_Alt_Status", "boolean", "<>0 Displays Als Msg Below, 0 displays Link param" },
{ "Corf_Status_Msg", "String", "Alt Msg to display in status line on mouse over" },
{ "Corf_Font", "String", "Name of the Font to use(Can be unpredictable to override font name)" },
Author: Robert Corfman
Homepage: http://www.corfman.com/robert/