Scrolling Text Applet

Advanced Sliding Text Applet

[ Sliding Text ] [ Documentation ] [ Examples & Demos ] [ Buy Now ]

Advanced Sliding Text Applet
Examples

This first demo shows several features. The first page includes an image and changes the font size and color via tags in the data file.

The second page shows the Word Wrap capability and the third page shows the use of the center alignment for the heading.

The final page shows how to include a link within the data. Here we wrap the link around an image but links may also be wrapped around text.

view the data file here »


(if you do not see the demo above
click here»
)

 

The colors, fonts and various other properties of the tree are set via HTML Param tags. Here is the HTML code for the above demo :-

<applet archive="AdvSlidingText.jar" code="AdvSlidingText" width="250" height="250" mayscript>

<!-- Start Up Properties -->
<param name="startupmessage" value="Loading date - Please Wait.">
<param name="startBGcolor" value="#FFFFFF">
<param name="startTXTcolor" value="#000000">

<!-- Applet Properties -->
<param name="BGcolor" value="#FFEEAA">
<param name="BorderWidth" value="1">
<param name="BorderColor" value="#0000FF">
<param name="ScrollSpeed" value="100">
<param name="TextColor" value="#000000">
<param name="LinkColor" value="#0000FF">
<param name="Font" value="Arial,N,12">
<param name="Indent" value="10">
<param name="PagePause" value="3">
<param name="mousepause" value="true">
<param name="WordWrap" value="true">

<!-- Data -->
<param name="dataURL" value="textdata.txt">

</applet>

 

 

« back to Demo Index
[ Sliding Text ] [ Documentation ] [ Examples & Demos ] [ Buy Now ]

 

buy Advanced Sliding Text Applet