News viewer v2
Need a news viewer? this is a easy to use xml driven as3 news viewer.Features
- Easy to use (Customizible via xml)
- Powerfull as3
- Smooth scrolling with blur
- Change all the colors for every news item separate via the xml
- Let them start open or closed
- Set expandable to true of false
- Use HTML in your news items
Example code
Here is a example code from the preview:import NewsViewer;
var newsviewer:NewsViewer = new NewsViewer(“newsViewer.xml”
;addChild(newsviewer);

