Re: FN-FORUM: Actionscript to dispaly RSS feeds in flash
date posted 30th January 2007 15:01
> Basically I am looking to include an RSS feed within an SWF, so that the
> feed scrolls automatically when the SWF is open.
There's some useful code here:
http://www.actionscriptclasses.com/category/xml/
Remember that if the rss feed isn't within the same domain as the swf,
and the rss source domain doesn't have a crossdomain.xml policy file
allowing access, you'll need to load the rss via a proxy script local
to your domain.
Mike