cool ;-)<br>Thank you it s working.<br>It gives one picture for one tag or for a combination of tags.<br><br><br>Is there a way to have the slideshow for a succession of tags ... and not for a combination of tags .<br>because right now if i type var tags=[&#39;car&#39;, &#39;red&#39;]; , i m going to have only one picture for a red car.
<br><br>Is there a way to have a succession of pictures for the listed tags : first slide for &quot;car&quot;&nbsp; and the seconde slide for &quot;red&quot;, ....<br><br>Does this program allow this feature with a slight modification ?
<br><br><br>Thank you for your help.<br>catherine<br><br><br><br><div><span class="gmail_quote">On 2/16/07, <b class="gmail_sendername">Doug Marttila</b> &lt;<a href="mailto:dmarttila@gmail.com">dmarttila@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Catherine,<br><br>You need to change the file FlickrPhotoGetter to get photos from all users.
<br><br>Go to line 55 and replace<br><br>&quot;getPhotosByUser(user, tags, 1);&quot;<br><br>with<br><br>getPhotosByTag(tags, 1);
<br><br>I should change the code so that it checks for whether a user is entered or not. But, not sure when I&#39;ll get to it.<br><br>Also if you only want 1 photo change line 41<br><br>from <br><br>private var howManyPhotosToGetPerCall:Number=500;
<br><br>to <br><br>private var howManyPhotosToGetPerCall:Number=1;<br><br>Good luck, <br><span class="sg">&nbsp;Doug<br>
</span><br>_______________________________________________<br>Flashr mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Flashr@osflash.org">Flashr@osflash.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://osflash.org/mailman/listinfo/flashr_osflash.org" target="_blank">
http://osflash.org/mailman/listinfo/flashr_osflash.org</a><br><br></blockquote></div><br>