description

parameters

usage

change log

 


Description
Viewr is a flash-based web application that uses the flickr.com API to dynamically load photos at random, or according to specified parameters. The software is written in Actionscript 2 and compiled for Flash Player 7.0 and above.

top


 

Parameters

api_key : api key, advanced users only

delay : set the delay between pictures during the slideshow

flickrurl : url for the "explor" link

method : flickr API search link, advanced users only

nocontrol : a boolean value to hide slideshow control

nolink : a boolean value to turn hide the "explor" link

photoset_id : url for certain photoset

tags : tags for flickr search, will overwrite photoset search

user_id : user search, will overwrite photoset search

top

 

Usage

The player receives the parameters on the query string, tags is the most easily used parameter, however, if all parameters are left blank, viewr will search for the best photos of the day.

Tags must be delimitated by commas

User ids need to be in the form: 43483465@N00

Photoset ids need to be in the form: 72057594116106645

Some examples of how to load the photos:

LINK:

http://geekkid.net/viewr.swf

http://geekkid.net/viewr.swf?nocontrol=1&tags=dogs&user_id=43483465@N00


EMBED:

<object type="application/x-shockwave-flash" width="400" height="170" data="http://geekkid.net/viewr.swf?nocontrol=1&tags=dogs"> <param name="movie" value="http://geekkid.net/viewr.swf?nocontrol=1&tags=dogs" /> </object>

top

 

Change Log

Added fade out/in

Added play/pause

Added "explor" button

Added skip button

Added delay option

Added preloader

Revised code

top

     

This work is licensed under a Creative Commons Attribution-NonCommercial 2.5 License.