This afternoon Google extended the AJAX Feed API with a new Slide Show Control. This control allows you to easily embed a slide show of images from PhotoBucket, Flickr, Picasa Web Albums, or any feed that uses the Media RSS extensions. With just a few lines of code:
new GFslideShow("http://dlc0421.googlepages.com/gfss.rss ",
document.getElementById("slideshow"));
You can insert a slide show like this on your site or blog:
As always, let them know what you think in the Google AJAX API developer forum.





