Flash - XML News Applet

Hi there!

I have created a flash XML RSS news Ticker using http://www.flashmagazine.com/967.htm

My problem is that once the .swf file loads with the XML file… it shows the file. But when the xml file is updated, it still uses the old file from the memory to display the messages.

I have tried adding news.Load(url) and news.onLoad(Success) to the code were it resets the counter to 0 again. - Logic being : When the SWF has gone through all the entries in the xml file, reload the xml with the newer version, if present. But that doesn’t happen. It keeps displaying the older version of the file.

Please help…!!!

Thanks