The package consists
of 5 files: news_ticker.swf, apple.jpg, snow.swf, conf.xml
and sample.html. conf.xml is the configuration file
where you can specify the "news" (text links)
you want to display. Apple.jpg is the background image
and the snow.swf is the animation effect file (and yes,
you can change to use other image & effects by changing
the xml file). Detailed parameter settings are listed
below.
Unzip the package on
your local machine or on your server, open the "sample.html"
file on the browser, you should then be able to see
the news ticker tool running.
Param Name |
Description |
Possible Values |
background |
specify the background image (or flash movie)
you want to use. |
filename / url of the background image/swf |
effect |
animation effect that will be placed on top of
the background. |
filename / url of the effect flash swf |
fontcolor |
the text color of the news link |
RGB color value in hex format, e.g. "0xffffff" |
rollovercolor |
the color of the news link when mouse over |
RGB color value in hex fomat |
interval |
the time interval (in mini seconds) for updating/scrolling
the text link. You can tune this with the "step"
param to adjust the scrolling speed. |
> 0 |
step |
the step (in pixel) for every scrolling. |
> 0 |
rolloverstop |
specify whether the scrolling should stop when
mouse over the news links |
1 or 0 |
Param Name |
Description |
Possible Values |
heading |
the news heading |
string |
url |
the url the news points to |
url |
target |
the click target, leave it empty if you want to
open the news link in the same browser. |
"", "_blank"...etc |