[Flashr] get username
Spiros Gerokostas
sger_error at hotmail.com
Fri Apr 14 10:34:53 EDT 2006
Is this the way to get for every photo
(arr_thumbs.push(photos[i].thumbnailUrl) the USER NAME?
>From: Kelvin Luck <kelvin at kelvinluck.com>
>Reply-To: kelvin at kelvinluck.com, Flashr at osflash.org
>To: Flashr at osflash.org
>Subject: Re: [Flashr] get username
>Date: Fri, 14 Apr 2006 15:15:32 +0100
>
>Hi,
>
> > i want from this function to get photo information (for example user
>name,
> > description, tags. etc)
> > Is this possible?
>
>You can easily get the user name by changing your call to photosSearch
>to the following:
>
>_flickr.photosSearch({tags:"cool", extras:"owner_name", per_page:200,
>page:1});
>
>To get the description or tags it is a bit more tricky. Basically you
>will need to call photosGetInfo with each of the id's of the photos that
>your search returned... The problem is that in Flashr 0.4 you can only
>do one call to the flickr API at a time. So you would have to make a
>call and then onPhotosGetInfo make the call to get the information about
>the next photo etc...
>
>Flashr 0.5 is currently in beta [see
>http://osflash.org/pipermail/flashr_osflash.org/2006-March/000263.html ]
>and makes this loads easier by allowing you to queue requests to the
>Flickr API. I would recommend taking a look at this (even though there
>are currently no examples),
>
>Hope that helps,
>
>Kelvin :)
>
>_______________________________________________
>Flashr mailing list
>Flashr at osflash.org
>http://osflash.org/mailman/listinfo/flashr_osflash.org
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
More information about the Flashr
mailing list