The 2009 News Ticker is a complete solution to display latest titles on the website. This ticker can be used as a teaser on the main page of the website.
The ticker display's a title that contains a settable URL to the main article.
The width, height and background colour of the ticker can be set in the xml file. Graphics and fonts can be changed inside the library of the main fla.
The news has 2 options. One in normal and another in over state where it can be set the background and font colour. The radius of the over state can be set in xml. By default is set to 20.
The ticker display's a title that contains a settable URL to the main article.
<item href='http://www.flashreseller.com' target='_blank'>
<title>Animal activists decry expanded elephant displays</title>
</item>
The package includes a php version.
The Globe "Earth" had following settings: show/hide, change position and change colour.
showGlobe='2'
globeXpos='10'
globeColor='#205e86'
ShowGlobe can have 3 positions: 0, 1 or 2
0 = hide globe
1 = display globe as static image (images/globe.png)
2 = display animated globe
Scrolling speed, scroll direction and animation time can be set in the xml file.
scrollDirection='left'
timeInterval='2'
animationTime='1'
The width, height and background colour of the ticker can be set in the xml file. Graphics and fonts can be changed inside the library of the main fla.
widgetWidth='590'
widgetHeight='30'
widgetBgColor='#2b85ce'
newsBgCornerRadius='20'
arrowShadowColor='#ffffff'
The news has 2 options. One in normal and another in over state where it can be set the background and font colour. The radius of the over state can be set in xml. By default is set to 20.
<mouseOutState titleColor='#ffffff' newsBgColor='#2b85ce' />
<mouseOverState titleColor='#ffffff' newsBgColor='#3c3c3c' />