[Flashr] Tag Recent Photos display in the movie clip ...
Doug Marttila
dmarttila at gmail.com
Fri Feb 16 09:39:30 EST 2007
Hi Catherine,
You need to change the file FlickrPhotoGetter to get photos from all users.
Go to line 55 and replace
"getPhotosByUser(user, tags, 1);"
with
getPhotosByTag(tags, 1);
I should change the code so that it checks for whether a user is entered or
not. But, not sure when I'll get to it.
Also if you only want 1 photo change line 41
from
private var howManyPhotosToGetPerCall:Number=500;
to
private var howManyPhotosToGetPerCall:Number=1;
Good luck,
Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/flashr_osflash.org/attachments/20070216/2c36a21b/attachment.htm
More information about the Flashr
mailing list