|
Is this the kind of thing you’re
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 ); service.photos.search ( nsid, tagname ); private function handleSearchResults(
event:FlickrResultEvent ):void { var dp:Array =
event.data.photos.photos; photoCollection = new
ArrayCollection(dp); } From: Hey Jignesh, thanks for the response. I've seen the docs, but I
still YAHOO! GROUPS LINKS
|
- [flexcoders] Re: ActionScript APIs zane.hejduk
- Re: [flexcoders] Re: ActionScript APIs Jignesh Dodiya
- RE: [flexcoders] Re: ActionScript APIs Mac Martine
- RE: [flexcoders] Re: ActionScript APIs Zane Hejduk
- RE: [flexcoders] Re: ActionScript APIs Stefan Richter

