[flexcoders] Re: RSS feed update

2008-02-04 Thread caffeinewabbit
If it's traditional RSS content, then you'll have to add some sort of polling to the system that checks for changes in the feed over a certain interval. RSS is not push technology, so your client has no way of being notified when or if the feed updates. --- In flexcoders@yahoogroups.com, hworke

RE: [flexcoders] Re: RSS feed update

2008-02-04 Thread Dealy, Brian
] roups.yahoo.com] On Behalf Of caffeinewabbit Sent: Monday, February 04, 2008 11:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RSS feed update If it's traditional RSS content, then you'll have to add some sort of polling to the system that checks for changes in the feed over a certain

RE: [flexcoders] Re: RSS feed update -with URL this time

2008-02-04 Thread Dealy, Brian
oh forgot the url http://www.cflex.net/showFileDetails.cfm?ObjectID=560 From: Dealy, Brian Sent: Monday, February 04, 2008 7:21 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: RSS feed update Hi; here is an example of implementing a poll in a flex app which I found