![]() | Advanced Fading Text Parameter Reference |
![]() [ Support ] [ About Us ] |
Name | Description | Example |
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"> |