Function Index Called when the json from flickr is returned. Processes a flickr.photosets.getPhotos json object returned by the flickr api. Builds the thumbs into the the area that holds them. Clears the area where the images are displayed (class = .flickrGalleryImages) by removing all information about the previously viewed album. Removes a loading message from the area indicated by the input param. Displays the images on the page, after their information has been loaded from flickr. Public method used to initiate the gallery on the page. Constructor for a gallery object. Returns html table with the error encountered with the api call to flickr. Generic method that returns the url to a flickr image. Returns the next Unique Id that should be used when storing the information pertaining to a call. Hides the thumbsnails to the user. Initializes all the albums (if photosets were defined) for the gallery. Inserts a loading message into different areas of the gallery container. Given a flickr photoset id, this method returns true or false indicating whether its photo information has already been loaded. Displays an album on the page. Shows the list of albums if they are hidden. Given an image number (int) or the letter p (previous) or n (next) this method display the full size image on the page. Shows the thumbsnails to the user. Turns on the slide show for a particular album. Stops the slide show if it is currently on. |