[twitter-dev] Re: Why won't the twitter feed show in my flex app?

2009-09-10 Thread Abraham Williams
The Twitter API call is working correctly. ( http://twitter.com/statuses/user_timeline/zenbullets.xml?count=5 ). I would recommend asking in a Flex developer forum where they specialize in Flex development. Abraham On Wed, Sep 9, 2009 at 09:10, Markus thonhau...@gmail.com wrote: Hi! I'm

[twitter-dev] Re: Why won't the twitter feed show in my flex app?

2009-09-10 Thread Coderanger
You need to add: result=onRes(event) to the mx:HTTPService, because if you add a breakpoint to your onRes function it never gets called as its not told what to do on getting any result back. On Sep 9, 3:10 pm, Markus thonhau...@gmail.com wrote: Hi! I'm trying to display a twitterfeed in my