![]() | Advanced Typewriter Text Effect Parameter Reference |
![]() [ Support ] [ About Us ] |
Name | Description | Example |
BGcolor | The background color of each page. 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 | The default text color Range of Values : Color Definition |
<PARAM name="TextColor" value="#000000"> |
Font | The default font Range of Values : Font Definition |
<PARAM name="Font" value="Arial,N,12"> |
align | Each message can be set to align to the Left, Center or Right. A different value may be specified for each message in the datafile, however this defualt alignment will apply apply to any message where an alignment is not specified. Range of Values : Left, Center or Right |
<PARAM name="align" value="Left"> |
Speed | This specifies the speed at which the next slide will be moved into position Range of Values : Positive Integer between 1 and 100 |
<PARAM name="Speed" value="70"> |
Pause | Pause Time in seconds between messages. Range of Values : Positive Integer |
<PARAM name="Pause" value="3"> |
dataURL | This specifies the location and name of the file which contains content 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 text file or server side process |
<PARAM name="dataURL" value="data.txt"> |
typeSound | This is the sound played each time a character is typed Range of Values : URL of a Sound file |
<PARAM name="typeSound" value="type.au"> |
eolSound | End Of Line sound. Range of Values : URL of a Sound file |
<PARAM name="eolSound" value="ding.au"> |
scrollSound | Sound to be played when the text is moving up the page. Range of Values : URL of a Sound file |
<PARAM name="scrollSound" value="type.au"> |
charset | Multi-Language International Character Sets If you wish to use character sets other than Latin Alphabet No.1 (usually the default on most browsers) then you can do so with the parameter "charset". For example for UniCode "UTF-8" you would enter, Range of Values : Character Set Code |
<PARAM name="charset" value="UTF8"> |
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"> |