Question : How I can make the swf file that show the rss data, rss data has to be updated after every 1-2 minute.

Hello friends,
I need to make an swf file. This will show the rss(xml) data. rss data has to be updated after every 1-2 minute. The swf file has not to be loaded or refresh again and again. Can anyone give me the solution.Every suggestion would be appreciated.

Answer : How I can make the swf file that show the rss data, rss data has to be updated after every 1-2 minute.

You could set up a function that runs on a timer.  It will fire every 1-2 mins, then dispatch an event that will be listened for by the "container" or the data telling it to re-load with the new data.
Random Solutions  
 
programming4us programming4us