TITLE --------------------------------------------------------------------- FlickrSSP 1.6 (January 23, 2007) AUTHOR --------------------------------------------------------------------- Brian Sweeting (http://www.sweeting.net/) ABOUT --------------------------------------------------------------------- FlickrSSP allows you to use Flickr (http://flickr.com) and SlideShowPro (http://slideshowpro.net) to display all of your Flickr photosets on your own website instead of just your recent photos via the RSS feed. SETUP --------------------------------------------------------------------- 1. Unzip the files and upload them to your web server 2. Edit flickrssp.php by adding your username and Flickr API Key values 3. A default slideshow.swf and slideshow.html that you can use. To do this you have to pass the parameter "xmlFile=flickrssp.php" to the .swf. See the sample html for how to do this. 4. Make the images.xml file writable on the server (i.e., chmod 777 images.xml) ADVANCED CONFIGURATION --------------------------------------------------------------------- - To display specific photosets, you can add an additional parameter when creating a new flickrssp instance. This parameter should be a string, and can be one or more photoset ids. This parameter can be left off by default to return all photosets. Examples: $flickrssp = new flickrssp($flickrssp_config,'12345'); //Returns just one photoset $flickrssp = new flickrssp($flickrssp_config,'12345,54321,98765'); //Returns three photosets LICENSE --------------------------------------------------------------------- Released under GNU General Public License (http://www.gnu.org/copyleft/gpl.html)