VN:F [1.9.11_1134]
Rating: 0.0/10 (0 votes cast)

Technology: AS 3.0
Link: http://www.wajerrr.com/test/FlickrRSS.html
Medium: www
Flickr (any photostream: persons, sets, groups, tags) rss reader coded in OO way AS3 (with MVC design pattern)
It reads config.xml file with url to flickr RSS (only rss no atom feeds) and background color
<?xml version=”1.0″ encoding=”UTF-8″?>
<config>
<rssurl>flickr RSS url</rssurl>
<color> background color in 0xEEEEEE format</color>
</config>
loads and parses flickr rss.
Whole GUI is AS3 OO hand coded (view Class)
Please feel free to use it
ZIp file is here