The 2009 RSS/News Ticker is a complete solution to display latest titles or RSS news on the website. This ticker can be used as a teaser on the main page of the website
The ticker has an settings.xml file. From this file you can set from where the widget is taking the data. It can be local file (feedUrl=’mlb.xml’ in our sample) or it can be an RSS feed (feedUrl=’www.sportsbooks.ro/sports/en/articles/mlb.xml’ in our sample). Please do not include the http since this is compensate by the parser.
For the local xml file you can make a normal RSS structure. The widget would display’s a title and an URL to the article. You can add all the item like in the following sample or just title and link.
The package includes a small php parser.
The RSS Logo has following settings: show/hide and change position.
showRssLogo=’yes’
rssLogoXpos=’10′
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′
linkOpenTarget=’_blank’
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 URL of the title has an target option. By default is setup to open in a new page. You can change to a different state if used as a teaser of your own articles.