Hi, Those aren't valid API parameters (as you can see if you append strict=true):
http://picasaweb.google.com/data/feed/api/user/VancouverWhitecapsFC?alt=rss&kind=photo&max-results=99999&imagemax=800&thumbsize=800&orderby=pubDate&sortorder=descending&strict=true I think this is the feature request you want to star: http://code.google.com/p/gdata-issues/issues/detail?id=280 Cheers, -Jeff On Fri, Mar 6, 2009 at 5:28 PM, VancouverWhitecapsFC < [email protected]> wrote: > > I'm trying to embed a Picasa slideshow on my site, but it always > starts with the oldest picture first, is there anyway of reordering > the feed so that the newest item is first? > > > http://picasaweb.google.com/data/feed/api/user/VancouverWhitecapsFC?alt=rss&kind=photo&max-results=99999&imagemax=800&thumbsize=800&orderby=pubDate&sortorder=descending > > why doesnt this work? > > is there something i can do with the embed code? > > <embed type="application/x-shockwave-flash" src="http:// > picasaweb.google.ca/s/c/bin/slideshow.swf" width="800" height="533" > flashvars="host=picasaweb.google.ca&captions=1&RGB=0x000000&feed=http > %3A%2F%2Fpicasaweb.google.ca%2Fdata%2Ffeed%2Fapi%2Fuser > %2FVancouverWhitecapsFC%3Falt%3Drss%26kind%3Dphoto%26max-results > %3D99999%26imagemax%3D800%26thumbsize%3D800%26sortorder%3Ddescending" > pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> > > its really frusterating considering that the reason for embeding is to > give users the LATEST not the OLDEST > > I've also tried the AJAX slideshow with no luck > > <script type="text/javascript"> > function load() { > var samples = "http://picasaweb.google.ca/data/feed/api/user/ > VancouverWhitecapsFC?alt=rss&kind=photo&max- > results=99999&imagemax=800&thumbsize=800&sortorder=descending<http://picasaweb.google.ca/data/feed/api/user/%0AVancouverWhitecapsFC?alt=rss&kind=photo&max-%0Aresults=99999&imagemax=800&thumbsize=800&sortorder=descending> > "; > var options = { > displayTime: 2000, > transistionTime: 600, > linkTarget : google.feeds.LINK_TARGET_BLANK > }; > new GFslideShow(samples, "slideshow", options); > > } > google.load("feeds", "1"); > google.setOnLoadCallback(load); > </script> > </head> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Picasa-Data-API?hl=en -~----------~----~----~----~------~----~------~--~---
