Index
An Array containing references to all of this Person’s favourites as Photo objects indexed by the id of each of the favourites. A private static Object containing Group objects. A private static Object containing Note objects. Private internal function used to avoid duplicate code to parse “the standard photo list xml” A private static Object containing Person objects. An Array containing references to all of this Person’s photos. A private static Object containing Photo objects. An object detailing the relationships between this tag and different photos. An Array containing references to all of this Person’s contacts. The PhotoSizes that are associated with this photo. An Object containing references to all of this Person’s Tag’s The Tags that are associated with this photo. A private static Object containing Tag objects. Simple function to make sure a number is the right amount of characters long - used internally by dateToIso. Call this function if you want logged output to be displayed in the seperate “console” swf. Add’s a favourite Photo to this user. Adds a Note object to this Photo. Adds this Photo into this Person’s _photos Array if it isn’t already there Add’s a reference to a Photo to this Tag. Add’s a public contact to this user Add’s a public group to this user and notes whether this user is an admin of that group. Adds a PhotoSize object to this Photo. Adds a Tag into this Person’s _tags Array if it isn’t already there Adds a Tag object to this Photo and associates it with a Person who is the Person who associated that Tag with this Photo. Call this function if you want logged output to be displayed in the trace window of the Flash IDE. Your Flickr API Key. The person who wrote this note This person’s away message (if they are away). Used to call a method on the flickr API. A pretty-formatted version of the tag where availabale. Class to describe some ExifData as returned by Flickr. Class to provide an interface to the Flickr API Class to define a listener for responses from the FlickrAPI. Class to describe a group from Flickr. Class to describe a note on a photo on Flickr. Class to describe a person from Flickr. Class to describe a photo from Flickr. Class to describe the size of a Photo from Flickr. Class to describe a tag on a photo on Flickr. Just a very simple class to hold some functions for formating a Flash Date object. Class to wrap the LuminicBox.Log logging system from http://www.luminicbox.com/blog/?page=post&id=2 Calls flickr.contacts.getList to get a list of contacts for the calling user. Calls flickr.contacts.getPublicList to get a list of contacts a user. Not documented on flickr.com but maybe the number of photos in this context? The next photo in this context (as returned by Flickr.photosGetContext) The previous photo in this context (as returned by Flickr.photosGetContext) The URL for this photo’s thumbnail image within some sort of context e.g. The URL for this photo within some sort of context e.g. Private constructor to prevent you creating instances of this class The date this photo was taken. Static function which converts a given Date object into an ISO / MySQL Date Stamp format (e.g. The date this photo was uploaded This photo’s description. Whether this group is visible to members over 18 only. The email address to use when accessing methods that require user authentication. This person’s email address. The EXIF/TIFF/GPS tags associated with this photo. Constructor function If this person is family. Calls flickr.favorites.add to add a photo to a user’s favorites list. Calls flickr.favorites.getList to get a list of the user’s favorite photos. Calls flickr.favorites.getPublicList to get a list of favorite public photos for the given user. Calls flickr.favorites.remove to remove a photo from a user’s favorites list. Constructor - as this class implements the Singleton pattern do not call directly but rather access through Flickr.getFlickr. If this person is a friend. |