Not signed in (Sign In)
    • CommentAuthornatdeamer
    • CommentTimeOct 29th 2009
     
    This is probably really easy, but i cant get it to work....

    I am trying to set up cooliris to:
    1. Show all my albums
    2. When you click an album, show all the photos in that album.


    url: http://picasaweb.google.com/natdeamer

    rss feed: http://picasaweb.google.com/data/feed/base/user/natdeamer?alt=rss&kind=album&hl=en_GB&access=public

    code:
    <div style="width: 450px; height: 266px; overflow:hidden;">
    <object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="450" height="266">
    <param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf?feed=http%3A%2F%2Fwww.imedstudios.com%2Flabs%2Fcooliris%2Fpiclens%2Fplproxy%3Ffeed%3Dhttp%3A%2F%2Fpicasaweb.google.com%2Fnatdeamer" />
    <param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" />
    <embed type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf?feed=http%3A%2F%2Fwww.imedstudios.com%2Flabs%2Fcooliris%2Fpiclens%2Fplproxy%3Ffeed%3Dhttp%3A%2F%2Fpicasaweb.google.com%2Fnatdeamer"
    width="450" height="266" allowFullScreen="true" allowScriptAccess="always" />
    </object>
    </div>

    or:

    <object id="o"
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    width="600"
    height="370">
    <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://picasaweb.google.com/?user=natdeamer" />
    <embed type="application/x-shockwave-flash"
    src="http://apps.cooliris.com/embed/cooliris.swf"
    flashvars="feed=api://picasaweb.google.com/?user=natdeamer"
    width="600"
    height="370"
    allowFullScreen="true"
    allowScriptAccess="always">
    </embed>
    </object>

    Help?
    • CommentAuthormoroz
    • CommentTimeOct 30th 2009
     
    it's a very good question!
    if it doesn't have this opportunity than it becomes useless. why to show album covers in a beautiful way and send users to picasa to view the photos?

    does anyone know how to browse photo albums with the help of this api?
    maybe someone from developers can help us?
    thanks in advance!
    • CommentAuthorchenc
    • CommentTimeOct 30th 2009
     
    I think with the Picasa pictures, you can either only show all your pictures or your pictures for a specific album. I don't think you can only show album covers and then select the album cover to browse the corresponding album.

    Chris
    • CommentAuthormoroz
    • CommentTimeNov 2nd 2009
     
    the fact is that it is possible to browse album covers and then click and browse images in an album if you use Flickr. but Flickr also shows all images from your account.

    maybe it is possible to improve it? do developers now the answer?