Advanced Sliding Text

Advanced Sliding Text Parameter Reference

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

Data File Sliding Content

The Advanced Sliding Text can set read all the text to be displayed from either a Plain Text File or a Server Side Process (eg. PHP, JSP, ASP, Perl etc). The parameter which specifies the location of the data is "dataURL", eg:-

<param name="dataURL" value="textdata.txt">
(Please Note: File names are case sensitive ie. "textdata.txt" is not the same as "TextData.txt")

To create your data file, simply open up your favorite text editor (eg. Notepad) and add the text you wish to be displayed. Now save the file as 'textdata.txt' in the same directory as your web page.
(If you choose to use a different filename or location remember to change the 'dataURL' parameter to reflect this.)

In addition to plain text, the Advanced Sliding Text allows you to add to special functions to the text. These are achieved by adding Special Instructions (Tags) within the text file. The possible tags and there function are listed in the table below:-
NameDescriptionExample
Hyper Link - URL Enables any portion of Text or Image
to be linked
<URL http://www.jpowered.com >
click here
</URL>
Add an Image Insert an image into the content <IMAGE button.gif>
Change the Text Color Set a new color for a portion of Text <COLOR 255,0,0>
For more Great Products
</COLOR>
Change the Font Set a new font for a portion of Text <FONT Courier,B,14>
For more Great Products
</FONT>
Center Text Set the alignment to center <CENTER>
For more Great Products
</CENTER>
Change the Indent Set a new Indent <INDENT 50>
For more Great Products
</INDENT>
Insert a Line Break Insert a blank line <LINEBREAK>
Insert a Page Break Specify the end of a page <PAGEBREAK>
Change the Pause time for a Page Specify a different scroll pause time
for the current page
<PAUSE 5>
Advanced Sliding Text