Scrolling Text Applet

Advanced Sliding Text Applet

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

Advanced Sliding Text Applet
Examples

Multi-Language and International Character Sets.

This demo is a copy of the first demo but with the text translated into Greek.

The text file is in Unicode UTF8 format and the parameter charset has been added,

<param name="charset" value="UTF8">

For further information on using International Character Sets click 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">

<param name="charset" value="UTF8">

<!-- 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="textgreek.txt">

</applet>

 

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

 

buy Advanced Sliding Text Applet