Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _favorites, com. kelvinluck. flickr. Person
 _groups, com. kelvinluck. flickr. Group
 _notes, com. kelvinluck. flickr.Note
 _parsePhotoXML, com. kelvinluck. flickr. Flickr
 _people, com. kelvinluck. flickr. Person
 _photos
 _publicContacts, com. kelvinluck. flickr. Person
 _sizes, com. kelvinluck. flickr. Photo
 _tags
 _zeroPad, com. kelvinluck. util. DateFormat
A
 addConsolePublisher, com. kelvinluck. util. LogWrapper
 addFavorite, com. kelvinluck. flickr. Person
 addNote, com. kelvinluck. flickr. Photo
 addPhoto
 addPublicContact, com. kelvinluck. flickr. Person
 addPublicGroup, com. kelvinluck. flickr. Person
 addSize, com. kelvinluck. flickr. Photo
 addTag
 addTracePublisher, com. kelvinluck. util. LogWrapper
 apiKey, com. kelvinluck. flickr. Flickr
 author, com. kelvinluck. flickr.Note
 awayMessage, com. kelvinluck. flickr. Person
C
 callMethod, com. kelvinluck. flickr. Flickr
 clean, com. kelvinluck. flickr. ExifData
 com. kelvinluck. flickr. ExifData
 com. kelvinluck. flickr. Flickr
 com. kelvinluck. flickr. FlickrResponseListener
 com. kelvinluck. flickr. Group
 com. kelvinluck. flickr.Note
 com. kelvinluck. flickr. Person
 com. kelvinluck. flickr. Photo
 com. kelvinluck. flickr. PhotoSize
 com. kelvinluck. flickr.Tag
 com. kelvinluck. util. DateFormat
 com. kelvinluck. util. LogWrapper
 contactsGetList, com. kelvinluck. flickr. Flickr
 contactsGetPublicList, com. kelvinluck. flickr. Flickr
 contextCount, com. kelvinluck. flickr. Photo
 contextPhotoNext, com. kelvinluck. flickr. Photo
 contextPhotoPrevious, com. kelvinluck. flickr. Photo
 contextThumbUrl, com. kelvinluck. flickr. Photo
 contextUrl, com. kelvinluck. flickr. Photo
D
 DateFormat, com. kelvinluck. util. DateFormat
 dateTaken, com. kelvinluck. flickr. Photo
 dateToIso, com. kelvinluck. util. DateFormat
 dateUploaded, com. kelvinluck. flickr. Photo
 description, com. kelvinluck. flickr. Photo
E
 eighteenPlus, com. kelvinluck. flickr. Group
 email
 exifData, com. kelvinluck. flickr. Photo
 ExifData, com. kelvinluck. flickr. ExifData
F
 family, com. kelvinluck. flickr. Person
 favoritesAdd, com. kelvinluck. flickr. Flickr
 favoritesGetList, com. kelvinluck. flickr. Flickr
 favoritesGetPublicList, com. kelvinluck. flickr. Flickr
 favoritesRemove, com. kelvinluck. flickr. Flickr
 Flickr, com. kelvinluck. flickr. Flickr
 friend, com. kelvinluck. flickr. Person
 Functions
private var _favorites: Object
An Array containing references to all of this Person’s favourites as Photo objects indexed by the id of each of the favourites.
private static var _groups: Object
A private static Object containing Group objects.
private static var _notes: Object
A private static Object containing Note objects.
private function _parsePhotoXML(px: XMLNode):Array
Private internal function used to avoid duplicate code to parse “the standard photo list xml”
private static var _people: Object
A private static Object containing Person objects.
private var _photos: Array
An Array containing references to all of this Person’s photos.
private static var _photos: Object
A private static Object containing Photo objects.
public var _photos: Object
An object detailing the relationships between this tag and different photos.
private var _publicContacts: Object
An Array containing references to all of this Person’s contacts.
private var _sizes: Array
The PhotoSizes that are associated with this photo.
private var _tags: Object
An Object containing references to all of this Person’s Tag’s
var _tags: Object
The Tags that are associated with this photo.
private static var _tags: Object
A private static Object containing Tag objects.
private static function _zeroPad(value: Number):String
Simple function to make sure a number is the right amount of characters long - used internally by dateToIso.
public function addConsolePublisher()
Call this function if you want logged output to be displayed in the seperate “console” swf.
function addFavorite(photo: Photo):Void
Add’s a favourite Photo to this user.
function addNote(note: Note):Void
Adds a Note object to this Photo.
function addPhoto(photo: Photo):Void
Adds this Photo into this Person’s _photos Array if it isn’t already there
function addPhoto(id: String,
photo: Photo,
author: Person):Void
Add’s a reference to a Photo to this Tag.
function addPublicContact(contact: Person):Void
Add’s a public contact to this user
function addPublicGroup(group: Group,
isAdmin: Boolean):Void
Add’s a public group to this user and notes whether this user is an admin of that group.
function addSize(size: PhotoSize):Void
Adds a PhotoSize object to this Photo.
function addTag(tag: Tag,
count: Number):Void
Adds a Tag into this Person’s _tags Array if it isn’t already there
function addTag(id: Number,
tag: Tag,
author: Person):Void
Adds a Tag object to this Photo and associates it with a Person who is the Person who associated that Tag with this Photo.
public function addTracePublisher()
Call this function if you want logged output to be displayed in the trace window of the Flash IDE.
Your Flickr API Key.
public var author: Person
The person who wrote this note
public var awayMessage: String
This person’s away message (if they are away).
public function callMethod(method: String,
additionalArguments: Object,
requiresAuthentication: Boolean):Void
Used to call a method on the flickr API.
public var clean: String
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
public function contactsGetList()
Calls flickr.contacts.getList to get a list of contacts for the calling user.
public function contactsGetPublicList(nsid: String)
Calls flickr.contacts.getPublicList to get a list of contacts a user.
public var contextCount: Number
Not documented on flickr.com but maybe the number of photos in this context? 
public var contextPhotoNext: Photo
The next photo in this context (as returned by Flickr.photosGetContext)
public var contextPhotoPrevious: Photo
The previous photo in this context (as returned by Flickr.photosGetContext)
public var contextThumbUrl: String
The URL for this photo’s thumbnail image within some sort of context e.g.
public var contextUrl: String
The URL for this photo within some sort of context e.g.
private function DateFormat()
Private constructor to prevent you creating instances of this class
The date this photo was taken.
public static function dateToIso(date: Date):String
Static function which converts a given Date object into an ISO / MySQL Date Stamp format (e.g.
The date this photo was uploaded
public var description: String
This photo’s description.
public var eighteenPlus: Boolean
Whether this group is visible to members over 18 only.
public function set email(email: String):Void
The email address to use when accessing methods that require user authentication.
public var email: String
This person’s email address.
public var exifData: Array
The EXIF/TIFF/GPS tags associated with this photo.
function ExifData()
Constructor function
public var family: Boolean
If this person is family.
public function favoritesAdd(photoId: Number,
email: String,
password: String)
Calls flickr.favorites.add to add a photo to a user’s favorites list.
public function favoritesGetList(userId: String,
perPage: Number,
page: Number,
email: String,
password: String)
Calls flickr.favorites.getList to get a list of the user’s favorite photos.
public function favoritesGetPublicList(userId: String,
perPage: Number,
page: Number)
Calls flickr.favorites.getPublicList to get a list of favorite public photos for the given user.
public function favoritesRemove(photoId: Number,
email: String,
password: String)
Calls flickr.favorites.remove to remove a photo from a user’s favorites list.
private function Flickr()
Constructor - as this class implements the Singleton pattern do not call directly but rather access through Flickr.getFlickr.
public var friend: Boolean
If this person is a friend.