Documentation
Embed the Cooliris Wall
Putting a Cooliris Wall on to your site is easy. Simply embed a standard SWF object code for the Cooliris Wall into your HTML page.
Example
In the example below, we've used the SWF object code for the default stream of images from Flickr, which happens to be called the "interestingness" feed.
How to do it
Try adding the Wall to your own site now. Just copy the embed code below and paste it into the body of any HTML page where you want the wall to appear.
<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="600" height="450">
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="feed=api://www.flickr.com/" />
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=api://www.flickr.com/"
width="600"
height="450"
allowFullScreen="true"
allowScriptAccess="always" />
</object>
After adding the code and publishing the page to your server, the basic Cooliris Wall of photos should appear.
Advanced Topics
Embedding the wall using JavaScriptNext > Display your own content