Price: $19.95
Demo Limitations:
1st frame can't change.
FadeTicker installation
To install FadeTicker you have to do the following:
- Copy FadeTicker.class.
- Put the following code in your html page:
<applet code="FadeTicker.class" width="170" height="105">
<param name="CopyRight" value="FadeTicker Applet (c) Tools Soft Solutions, http://www.tools-soft.com">
<param name="BgCr" value="e7e8f1">
<param name="HeadCr" value="A99DB9">
<param name="MsgCr" value="716E74">
<param name="HeadHoverCr" value="443953">
<param name="MsgHoverCr" value="5C5FCE">
<param name="HAlign" value="center">
<param name="VAlign" value="top">
<param name="HeadFont" value="TimesRoman,bold,12">
<param name="MsgFont" value="TimesRoman,bold,12">
<param name="EffectDelay" value="50">
<param name="ViewTime" value="4000">
<param name="HeadSpacing" value="8">
<param name="MsgSpacing" value="1">
<param name="BorderSize" value="1">
<param name="BorderCr" value="050505">
<param name="BorderHoverCr" value="646464">
<param name="HeadUnderline" value="no">
<param name="LMargin" value="5">
<param name="TMargin" value="5">
<param name="RMargin" value="5">
<param name="H1" value="FadeTicker Applet">
<param name="M1" value="Tools Soft Solutions new applet, for site news show.">
<param name="URL1" value="http://www.tools-soft.com">
<param name="Target1" value="_top">
<param name="H2" value="Full Control Feature">
<param name="M2" value="You can customize your applet colors, speed, fonts, margins & border style.">
<param name="URL2" value="http://www.tools-soft.com">
<param name="Target2" value="_top">
<param name="H3" value="Registration">
<param name="M3" value="If you want to use this applet within your site, Registration Fee for this applet is $19.95.">
<param name="URL3" value="http://www.tools-soft.com">
<param name="Target3" value="_top">
</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" |
HAlign |
Horizontal text align.
left.
center.
right |
VAlign |
Vertical text align.
top
center
bottom |
BgCr |
The background color. |
HeadFont |
The head title Font, with the
following format:
FontName,FontStyle,FontSize
ex:
"TimesRomen,bold,12"
"TimesRomen,plain,12"
"TimesRomen,italic,12"
"TimesRomen,bolditalic,10" |
MsgFont |
The Message text Font,
with the following format:
FontName,FontStyle,FontSize
ex:
"TimesRomen,bold,12"
"TimesRomen,plain,12"
"TimesRomen,italic,12"
"TimesRomen,bolditalic,10" |
HeadCr |
The head title color |
HeadHoverCr |
The head title color when the mouse in over it. |
MsgSpacing |
The head line spacing. |
HeadSpacing |
The head line spacing. |
EffectDelay |
The fade effect time delay (1000
= 1Sec) |
ViewTime |
The time to keep the message
viewed. (1000 = 1Sec) |
BorderSize |
The border size |
BorderCr |
The border color |
BorderHoverCr |
The border color on mouse hover. |
LMargin |
The applet left margin |
RMargin |
The applet right margin |
TMargin |
The applet top margin |
HeadUnderline |
this parameter for
showing Underline header (yes , no) |
MsgCr |
The text color |
MsgHoverCr |
The text color when the mouse in over it. |
H1 |
The first headline text |
M1 |
The first text message. |
URL1 |
The fist text and headline link |
Target1 |
The 1st text and headline target page. |
|