The
properties of the Advanced Scrolling Text can be adjusted
by the following parameters (the PARAM tags in the html
code).
Please Note: Parameter names are case sensitive
ie. "BGcolor" is not the same as "bgcolor".
Background
Color
The background color of each page.
For the full range of values see Color
Definitions (click here)
Example
<param name="BGcolor" value="255,255,255">
Border
Width
This is the width in pixels of the border. This must
a positive integer value. If you do not require a border
then set this value to 0.
Example
<param name="BorderWidth" value="1">
Border
Color
The color of the border.
For the full range of values see Color
Definitions (click here)
Example
<param name="BorderColor" value="0,0,255">
Scroll
Speed
This specifies the speed at which the text will be scrolled.
Range of values are 1 (slow) to 100 (fast).
Example
<param name="ScrollSpeed" value="50">
Default
Text Color
In the absence of any <COLOR> tags this will be
the color of the text.
For the full range of values see Color
Definitions (click here)
Example
<param name="TextColor" value="0,0,0">
Link
Color
This specifies the color of any Linked Text (URL's).
For the full range of values see Color
Definitions (click here)
Example
<param name="LinkColor" value="0,0,255">
Default
Font
In the absence of any <FONT> tags this will the
font definition of the text.
For the full range of values see Font
Definitions (click here)
Example
<param name="Font" value="Courier,N,12">
Default
Indent
In the absence of <INDENT> tags this will be default
indent of each line of text. This is a positive integer
value which represents the number of pixels.
Example
<param name"Indent" value="10">
Default
Pause Time between Pages
With this parameter you can set the applet to pause
scrolling at the end of each page. The value is a positive
integer and represents the number seconds to pause before
continuing the scroll. If you do not require a pause
between pages then set this value to 0.
Example
<param name="PagePause" value="2">
The
Location and Name of the Text Data file.
This specified the location and name of the file which
contains your Text to be displayed. The value should
be a valid URL or if the file is in the same directory
as your web page then simply the filename.
For more on the Data File - click
here.
Example
<param name="dataURL" value="textdata.txt">
In
addition you can specify what your visitor will see
whilst the applet is loading your data and image files,
Start
Up Message
The text to be displayed whilst the applet is loading
your data
Example
<param name="startupmessage" value="Loading
- Please Wait.">
Initial
Background Color
Example
<param name="startBGcolor" value="255,255,255">
Initial
Text Color
Example
<param name="startTXTcolor" value="0,0,0">
|