Re: [flexcoders] Re: rss feed not working

2008-04-02 Thread Vivian Richard
thanks. Yes you are right, my code is more complicated. But since I am using Cairngorm, this is the way that I need to do it. In Cairngorm architecture you put all you HTTPServices in one file in mxml tags like: You instantiate and send the http request from another file where

[flexcoders] Re: rss feed not working

2008-04-02 Thread Kevin
I think you're making it more complicated then it needs to be. Try this: <** snip **> public function init():void { httpRSS.send(); } --- In flexcoders@yahoogroups.com, "hworke" <[EMAIL PROTECTED]> wrote: > > > Hi am reading an rss file and calling the HTTPService with > action script