Cooliris 3D wall works, but can't get my own feed to work
bsenftner - July 3, 2009 - 03:24
Hi All!
I've tested out and been impressed by this nifty "3D Wall" in a Drupal page:
http://developer.cooliris.com/?p=embed/quickstart
Next, I added the MediaRSS module to my site:
http://drupal.org/project/mediarss
And tried to modify my embed codes (I'm not yet trying the JaveScript method) with the example media feed from the MediaRSS module's demonstration page:
http://photos.itzalive.co.uk/image/6/rss.xml
However, any feed changes I've tried seem to be ignored. The 3D Wall always appears with only the original Flickr images feed...
Anyone got this working, or feel like trying it out and reporting back if you get it working with your own feeds?
Here's my modified embed code:
<object width="600" height="600" id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<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://photos.itzalive.co.uk/image/6/rss.xml" />
<embed width="600" height="600" type="application/x-shockwave-flash" rel="lightbox" src="http://apps.cooliris.com/embed/cooliris.swf" flashvars="feed=api://photos.itzalive.co.uk/image/6/rss.xml" allowfullscreen="true" allowscriptaccess="always"></embed>
</object>Thanks!
-Blake

bump
bump