RE: [flexcoders] Re: ActionScript APIs

2006-04-07 Thread Zane Hejduk
Mac,That's exactly the start I'm looking for, thanks big time. So I can handle all of the results using those APIs, do I just make a regular mx:HTTPService call to the Yahoo! API? Is there any way to have the API help me make the call, ie:import com.macromedia.webapis.flickr.FlickrService;var

RE: [flexcoders] Re: ActionScript APIs

2006-04-07 Thread Stefan Richter
http://weblogs.macromedia.com/flex_samples/flex_explorer/explorer.html These don't workfor me in Player8,5,0,246. VerifyError: Error #1053: Illegal override of SystemManager in mx.managers.SystemManagerat global$init() Stefan -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: ActionScript APIs

2006-04-06 Thread Jignesh Dodiya
if possible.. it wouldbe better if u post the code Regards, Jignesh Dodiya -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Re: ActionScript APIs

2006-04-06 Thread Mac Martine
Is this the kind of thing youre looking for? import com.macromedia.webapis.flickr.FlickrService; import com.macromedia.webapis.flickr.events.FlickrResultEvent; public var service:FlickrService; service.addEventListener( FlickrResultEvent.PHOTOS_SEARCH, handleSearchResults