Advanced Scrolling Text

Advanced Scrolling Text Parameter Reference

Advanced Scrolling Text[ Home ] [ Products ] [ Downloads ] [ Purchase ]
[ Support ] [ About Us ]

Advanced Scrolling Text Full Parameter Reference

The values of the parameters dictate the content and behaviour of the Advanced Scrolling Text

Please Note : Parameter names are case sensitive. ( i.e. 'width' is not the same as 'Width' ).
NameDescriptionExample
BGcolor The background color

Range of Values : Color Definition
<PARAM name="BGcolor" value="#FFFFFF">
BorderWidth 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.

Range of Values : Positive Integer
<PARAM name="BorderWidth" value="1">
BorderColor The color of the border.

Range of Values : Color Definition
<PARAM name="BorderColor" value="#0000FF">
ScrollSpeed This specifies the speed at which the text will be scrolled. Range of values are 1 (slow) to 100 (fast).
<PARAM name="ScrollSpeed" value="70">
TextColor In the absence of any COLOR tags this will be the color of the text.

Range of Values : Color Definition
<PARAM name="TextColor" value="#000000">
LinkColor This specifies the color of any Linked Text (URLs).

Range of Values : Color Definition
<PARAM name="LinkColor" value="#0000FF">
Font In the absence of any FONT tags this will the font definition of the text.

Range of Values : Font Definition
<PARAM name="Font" value="Arial,N,12">
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.

Range of Values : Positive Integer
<PARAM name="Indent" value="10">
PagePause 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.

Range of Values : Positive Integer
<PARAM name="PagePause" value="3">
dataURL 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.

Range of Values : URL of a data value or server process
<PARAM name="dataURL" value="scrollcontent.txt">
startupmessage The text to be displayed whilst the applet is loading your data

Range of Values : Text
<PARAM name="startupmessage" value="Loading Content.....">
startBGcolor Specifies the background color upon startup.

Range of Values : Color Definition
<PARAM name="startBGcolor" value="#FFFFFF">
startTXTcolor Specifies the text color upon startup.

Range of Values : Color Definition
<PARAM name="startTXTcolor" value="#000000">
mousepause This parameter specifies whether the scrolling should halt when the visitor passes the mouse pointer over the text.

Range of Values : true or false
<PARAM name="mousepause" value="true">
WordWrap This parameter specifies whether Word Wrap should be used or not.

Range of Values : true or false
<PARAM name="WordWrap" value="false">
Advanced Scrolling Text