Vertical Text Scroller |
The applet also supports text file input of lines!
Edit a simple text file and dynamically change what the scroller displays.
Click here for details
class file:
VertTextScroller.zip
This applet is freeware. To use the applet on your site, save the file VertTextScroller.zip by clicking on the link above. Then UNZIP the file and put the class file in the same directory as your HTML file. A sample HTML file is included in the zip file. To customize the applet for your site, follow the procedures below. |
|
Required global parameters:
Change the width and height to indicate the size of the applet. numberOfLines
background
To use a single colored background, use one of the following colors below: black blue cyan darkGray gray green lightGray magenta orange pink red white yellow Or, you can specify the red, green, and blue values for a unique RGB color: specify three number from 0 - 255 separated by commas. For example code this for the color red:
Or you can use one of the special multi-colored fade backgrounds, use one the following parameters: special1 - black fade to green special2 - light blue fade to light green special3 - black fade to blue special4 - red fade to yellow special5 - black fade to red For example, to use the 'red fade to yellow' background (special4),
code the background parameter as follows:
scrollDelay
lineSpace
linkFrame
_self - load in current frame. _parent - load in parent frame. _top - load in topmost frame. _blank - load in new unnamed top-level frame. <other> - Show in new top level window named <other>.linkColor This controls the color of the hyperlinked line when the mouse is placed over the line. Colors supported are the same as background. manualPause
linkClick
This is the default text size for each line. lineDefault
colorDefault
fontDefault
Dialog Helvetica TimesRoman CourierstyleDefault This is the default font style for all lines. Use one of the following below: PLAIN ITALIC BOLDlinkDefault This is the default URL for all lines (the default is usually blank). Enter as a standard URL: http://www.geocities.com/SiliconValley/Bay/6879pauseValueDefault This is the default pause value for all line (the default is usually zero). lineOffsetDefault
Optional parameters (controls each individual line):
for example: To change the default text for the first line,
use the parameter 'line1':
|
The easiest way to set up the applet on your site is to start with the applet code in the sample HTML file found in VertTextScroller.zip. Use notepad and cut and paste the applet parameters from the sample HTML file into your HTML file. Then try it out, if it works, then customize it for your site. Please note, after you change the HTML file you must hit 'reload' on your browser to view the changes (sometimes you must close the browser and reopen it to see the changes). |
The following features are not supported by the applet:
|
![]() |