Advanced Fading Text

Advanced Fading Text Parameter Reference

graph demo[ Home ] [ Products ] [ Downloads ] [ Purchase ]
[ Support ] [ About Us ]

Advanced Fading Text Full Parameter Reference

The values of the parameters dictate the content and behaviour of the Advanced Fading 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">
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">
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">
align Sets the default alignment

Range of Values : Left, Right or Center
<PARAM name="align" value="Left">
Speed This specifies the speed of the fading effect.

Range of Values : 1 (slow) to 100 (fast)
<PARAM name="Speed" value="80">
Pause Set the pause time in seconds when the fading effect has reached it's full color value. If you do not require a pause then set this value to 0.

Range of Values : Positive Integer
<PARAM name="Pause" value="5">
dataURL This specifies the location and name of the file which contains the messages 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="data.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">
Custom Solutions
If would like us to perform the set-up process, create custom built data scripts or help with any other part of your web application then we are pleased to offer you the following services:-
Set-Up, Installation and Configuration Service
Web Site Components Development Service
Web Application Development Service
Custom Software Development
Advanced Fading Text