[Flashr] Tag Recent Photos display in the movie clip ...
cath ramus
cath.ramus at gmail.com
Fri Feb 16 10:20:33 EST 2007
cool ;-)
Thank you it s working.
It gives one picture for one tag or for a combination of tags.
Is there a way to have the slideshow for a succession of tags ... and not
for a combination of tags .
because right now if i type var tags=['car', 'red']; , i m going to have
only one picture for a red car.
Is there a way to have a succession of pictures for the listed tags : first
slide for "car" and the seconde slide for "red", ....
Does this program allow this feature with a slight modification ?
Thank you for your help.
catherine
On 2/16/07, Doug Marttila <dmarttila at gmail.com> wrote:
>
> 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
>
> _______________________________________________
> Flashr mailing list
> Flashr at osflash.org
> http://osflash.org/mailman/listinfo/flashr_osflash.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/flashr_osflash.org/attachments/20070216/afd56551/attachment.htm
More information about the Flashr
mailing list