<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="760" height="450">
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf" />
<param name="flashvars" value="feed=api://www.flickr.com/?user=hsunaqua" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<embed type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf" width="760" height="450"
flashvars="feed=api://www.flickr.com/?user=hsunaqua" allowFullScreen="true" allowScriptAccess="always"></embed>
</object>
user parameter tells the api to retrieve photos from a particular user. With the Flickr API, you can use your Flickr username or NSID.
To find your Flickr NSID, which looks like 11071871@N05, go here
and submit your Flickr homepage's URL (e.g., http://www.flickr.com/photos/krispyzelda/).
api://www.flickr.com/?user=hsunaqua
api://www.flickr.com/?user=11071871@N05
The album parameter loads photos from a particular Flickr set: http://www.flickr.com/photos/hsunaqua/sets/72157602254201805/. Notice
how the album parameter matches the identifier in the Flickr set's URL.
api://www.flickr.com/?album=72157602254201805
Finally, the search parameter loads photos from a a web search:
api://www.flickr.com/?search=puppy
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<item>
<title>Searchable Title</title>
<link>http://www.sanjosesabercats.com/</link>
<guid isPermaLink="false">d59f51a0-7e04-11dd-ad8b-0800200c9a66</guid>
<description>This description text is also searchable!</description>
</item>
</channel>
</rss>
style
parameter to choose a light or white background:
<param name="flashvars" value="style=white&feed=api://www.flickr.com/?user=hsunaqua" />
or
<param name="flashvars" value="style=light&feed=api://www.flickr.com/?user=hsunaqua" />
<param name="flashvars" value="showEmbed=false&showSearch=false&feed=api://www.flickr.com/?user=hsunaqua" />
Please send your feedback or bug reports to bugs@cooliris.com. Alternatively, you may post feedback on the Developer's Forum: http://developer.cooliris.com/dev_forum/.