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
$#!
 _AUTH_ENDPOINT, com. kelvinluck. flickr. Flickr
 _authFrob, com. kelvinluck. flickr. Flickr
 _authOpenLogin, com. kelvinluck. flickr. Flickr
 _authSignCall, com. kelvinluck. flickr. Flickr
 _authToken, com. kelvinluck. flickr. Flickr
 _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
 _REST_ENDPOINT, com. kelvinluck. flickr. Flickr
 _secret, com. kelvinluck. flickr. Flickr
 _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
 addRelatedTag, com. kelvinluck. flickr.Tag
 addSize, com. kelvinluck. flickr. Photo
 addTag
 addTracePublisher, com. kelvinluck. util. LogWrapper
 apiKey, com. kelvinluck. flickr. Flickr
 authCheckToken, com. kelvinluck. flickr. Flickr
 authGetFrob, com. kelvinluck. flickr. Flickr
 authGetToken, com. kelvinluck. flickr. Flickr
 authLogin, com. kelvinluck. flickr. Flickr
 authLogout, com. kelvinluck. flickr. Flickr
 author, com. kelvinluck. flickr.Note
 authPerms, com. kelvinluck. flickr. Flickr
 authSetSecret, com. kelvinluck. flickr. Flickr
 authUser, com. kelvinluck. flickr. Flickr
 awayMessage, com. kelvinluck. flickr. Person
B
 bandwidthMax, com. kelvinluck. flickr. Person
 bandwidthUsed, 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
private var _AUTH_ENDPOINT: String
The base path you go to when you want to authenticate on flickr.com
private var _authFrob: String
Private variable which is used to store the frob which is used for the first part of the authentication process.
private function _authOpenLogin()
Internal function which generates the relevant link and pops open the login window on flickr.com.
private function _authSignCall(urlArguments: Object):String
Internal, private function which is used to generate the api_sig used to sign a call.
private var _authToken: String
Private variable which stores the token generated by a successfull authorisation.
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 _REST_ENDPOINT: String
The place for all API calls to connect to.
private var _secret: String
Private variable to store this app’s shared secret for use with the authentication API.
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
Adds 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 addRelatedTag(tag: Tag)
Add’s a reference to a related Tag to this Tag.
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 function authCheckToken(authToken: String)
Calls flickr.auth.checkToken to get the credentials attached to an authentication token.
public function authGetFrob(authIsLoggingIn: Boolean)
Calls flickr.auth.getFrob to get a frob to be used during authentication.
public function authGetToken()
Calls flickr.auth.getToken to get the auth token for the given frob, if one has been attached.
public function authLogin(perms: String)
Pops open a login window so that the user can authenticate with the flickr.com website.
public function authLogout()
Simple function which forgets the information that was making this user be logged in.
public var author: Person
The person who wrote this note
var authPerms: String
A variable describing the permissions the currently auth’d user has within this app.
public function authSetSecret(secret: String)
Use to set the value of the shared secret before any calls to methods like authLogin or authCheckToken
var authUser: Person
A Person object for the currently auth’d user (if there is one).
public var awayMessage: String
DEPRECATED
public var bandwidthMax: Number
The bandwidth this user has available, in bytes per month.
public var bandwidthUsed: Number
The bandwidth this user has used this month, in bytes.
public function callMethod(method: String,
additionalArguments: Object,
requiresSigning: 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.