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
 _notes, com. kelvinluck. flickr.Note
 _parseContextXml, com. kelvinluck. flickr. Flickr
 _parsePhotosetXml, com. kelvinluck. flickr. Flickr
 _parsePhotoXML, com. kelvinluck. flickr. Flickr
 _people, com. kelvinluck. flickr. Person
 _photos
 _photosets
 _pool, com. kelvinluck. flickr. Group
 _prepareQuerystring, com. kelvinluck. flickr. Flickr
 _publicContacts, com. kelvinluck. flickr. Person
 _REST_ENDPOINT, com. kelvinluck. flickr. Flickr
 _secret, com. kelvinluck. flickr. Flickr
 _sendCommand, com. kelvinluck. util. SOSLogPublisher
 _sizes, com. kelvinluck. flickr. Photo
 _tags
 _zeroPad, com. kelvinluck. util. DateFormat
A
 addConsolePublisher, com. kelvinluck. util. LogWrapper
 addFavorite, com. kelvinluck. flickr. Person
 addGroup
 addNote, com. kelvinluck. flickr. Photo
 addPhoto
 addPhotoset
 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
 analyzeObj, com. kelvinluck. util. SOSLogPublisher
 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
B
 bandwidthMax, com. kelvinluck. flickr. Person
 bandwidthUsed, com. kelvinluck. flickr. Person
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 var _groups: Array
An Array containing references to this user’s Groups
var _groups: Array
An Array containing references to the Groups that this Photo is in.
private static var _notes: Object
A private static Object containing Note objects.
private function _parseContextXml(contextXML: XMLNode):Object
Private internal function used to avoid duplicate code when parsing the standard context XML
private function _parsePhotosetXml(photosetXml: XMLNode,
owner: Person):Photoset
Private internal function used to avoid duplicate code when parsing the standard photoset XML
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 _photosets: Array
An Array containing references to this user’s Photosets
private var _photosets: Array
An Array containing references to the Photosets that this Photo is in.
private static var _photosets: Object
A private static Object containing Photoset objects.
private var _pool: Array
This Groups photo pool.
function _prepareQuerystring(method: String,
additionalArguments: Object,
requiresSigning: Boolean)
Internal function used to convert a list of arguments into a querystring for use in a URL for a call to flickr.com.
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 function _sendCommand(command: String)
Internal, private function that makes it easier to send a command without worrying about the null byte or other implementation details.
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 addGroup(group: Group):Void
Adds this Group into this Person’s _groups Array if it isn’t already there
function addGroup(group: Group)
Adds a Group to this Photos _groups Array
function addNote(note: Note):Void
Adds a Note object to this Photo.
function addPhoto(photo: Photo)
Adds a Photo to this Groups _pool.
function addPhoto(photo: Photo):Void
Adds this Photo into this Person’s _photos Array if it isn’t already there
function addPhoto(photo: Photo)
Adds a photo to the end of this Photoset’s photos array and updates numPhotos Called internally on a successful response from flickr.photosets.addPhoto.
function addPhoto(id: String,
photo: Photo,
author: Person):Void
Add’s a reference to a Photo to this Tag.
function addPhotoset(photoset: Photoset):Void
Adds this Photoset into this Person’s _photosets Array if it isn’t already there
function addPhotoset(photoset: Photoset)
Adds a photoset to this Photos _photosets Array
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.
private function analyzeObj(o, 
depth: Number):String
Takes an anything and returns a pretty printed version by recursively moving down the object tree
private var _apiKey: String
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 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.