TextSlider installation

To install TextSlider you have to do the following:

  1. Copy TextSlider.class.
  2. Put the following code in your html page:

<applet code="TextSlider.class" width="400" height="20">
<param name="copyright" value="TextSlider Applet - CopyRight (c) Tools Soft Solutions, http://www.tools-soft.com">
<param name="BorderColor" value="646464">
<param name="BorderHoverColor" value="dedede">
<param name="TitleWidth" value="100">
<param name="TitleTextHoverColor" value="c0c0c0">
<param name="TitleUnderLine" value="true">
<param name="TitleFont" value="TimesRoman,Bold,12">
<param name="TitleAlign" value="center">
<param name="TitleBackColor" value="000000">
<param name="TitleMargin" value="0">
<param name="TitleTextColor" value="FFFFFF">
<param name="DescriptionFont" value="TimesRoman,Plain,12">
<param name="DescriptionTextHoverColor" value="800080">
<param name="DescriptionUnderLine" value="false">
<param name="DescriptionAlign" value="left">
<param name="DescriptionBackColor" value="FFFFFF">
<param name="DescriptionMargin" value="20">
<param name="DescriptionTextColor" value="000000">
<param name="BorderSize" value="1">
<param name="ShowTime" value="3000">
<param name="ScrollDelay" value="40">
<param name="PrintDelay" value="40">
<param name="Y_Shift" value="0">

<param name="Title1" value="TextSlider:">
<param name="Description1" value="New Applet From Tools Soft Solutions.">
<param name="URL1" value="http://www.tools-soft.com">
<param name="Target1" value="_blank">
<param name="Title2" value="This Applet:">
<param name="Description2" value="Use This Applet To Show Your Site Latest News.#Full configurable fonts, colors, margins and speed.#Easy to use, smooth scroll and text print.#Control your links and target frame.#And much more customizing features.">
<param name="URL2" value="http://www.tools-soft.com">
</applet>

3) And this is the parameter description:

Parameter Name

Description

copyright Copy Right parameter, must be "FadeTicker Applet (c) Tools Soft Solutions, http://www.tools-soft.com"
TitleWidth The Title Area width. 
TitleAlign Title text align. 
left
center
right
DescriptionAlign Description text align. 
left
center
right
TitleUnderLine Is title underlined. (true,false)

TitleColor

The background color for the title.

TitleFont

The head title Font, with the following format:
FontName,FontStyle,FontSize
ex:
"TimesRomen,bold,12"
"TimesRomen,plain,12"
"TimesRomen,italic,12"
"TimesRomen,bolditalic,10"

DescriptionFont

The Message text Font, with the following format:
FontName,FontStyle,FontSize
ex:
"TimesRomen,bold,12"
"TimesRomen,plain,12"
"TimesRomen,italic,12"
"TimesRomen,bolditalic,10"

TitleTextColor

The head title color

TitleTextHoverColor

The head title color when the mouse in over it.

DescriptionMargin The left margins for the Description.
TitleMargin The left margins for the Title.

ScrollDelay

The Scroll effect time delay (1000 = 1Sec)

PrintDelay

The Print effect time delay (1000 = 1Sec)

ShowTime

The time to keep the message viewed. (1000 = 1Sec)  

BorderSize

The border size

BorderColor

The border color

BorderHoverColor

The border color on mouse hover.

Y_Shift The Y axis shift for text.

DescriptionColor

The Description background color.
HeadUnderline this parameter for showing Underline header (yes , no)

DescriptionTextColor

The text color

DescriptionTextHoverColor

The text color when the mouse in over it.

Title1

The first headline text

Description1

The first text message.

URL1

The fist text and headline link

Target1

The 1st text and headline target page.