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
C
 callMethod, com. kelvinluck. flickr. Flickr
 clean, com. kelvinluck. flickr. ExifData
 clearPhotos, com. kelvinluck. flickr. Photoset
 clearPhotosets, com. kelvinluck. flickr. Person
 closeAllSockets, com. kelvinluck. util. SOSLogPublisher
 COL_DEBUG, com. kelvinluck. util. SOSLogPublisher
 COL_ERROR, com. kelvinluck. util. SOSLogPublisher
 COL_FATAL, com. kelvinluck. util. SOSLogPublisher
 COL_INFO, com. kelvinluck. util. SOSLogPublisher
 COL_WARN, com. kelvinluck. util. SOSLogPublisher
 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. Photoset
 com. kelvinluck. flickr. PhotoSize
 com. kelvinluck. flickr. ResultsSet
 com. kelvinluck. flickr.Tag
 com. kelvinluck. util. DateFormat
 com. kelvinluck. util. LogWrapper
 com. kelvinluck. util. SOSLogPublisher
 contactsGetList, com. kelvinluck. flickr. Flickr
 contactsGetPublicList, com. kelvinluck. flickr. Flickr
 contextCount, com. kelvinluck. flickr. Photo
 contextGroupPool, com. kelvinluck. flickr. Photo
 contextPhotoNext, com. kelvinluck. flickr. Photo
 contextPhotoPrevious, com. kelvinluck. flickr. Photo
 contextPhotosets, 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
 dateUpdated, com. kelvinluck. flickr. Photo
 dateUploaded, com. kelvinluck. flickr. Photo
 DEBUG, com. kelvinluck. util. LogWrapper
 description
E
 editPhotos, com. kelvinluck. flickr. Photoset
 eighteenPlus, com. kelvinluck. flickr. Group
 email, com. kelvinluck. flickr. Person
 ERROR, com. kelvinluck. util. LogWrapper
 exifData, com. kelvinluck. flickr. Photo
 ExifData, com. kelvinluck. flickr. ExifData
F
 family, com. kelvinluck. flickr. Person
 FATAL, com. kelvinluck. util. LogWrapper
 favoritesAdd, com. kelvinluck. flickr. Flickr
 favoritesGetList, com. kelvinluck. flickr. Flickr
 favoritesGetPublicList, com. kelvinluck. flickr. Flickr
 favoritesRemove, com. kelvinluck. flickr. Flickr
 filesizeMax, com. kelvinluck. flickr. Person
 Flickr, com. kelvinluck. flickr. Flickr
 friend, com. kelvinluck. flickr. Person
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.
function clearPhotos()
Clears this photoset’s photos array.
function clearPhotosets()
public static function closeAllSockets():Void
Loops over all created SOSLogPublishers and shuts down their connections.
private static var COL_DEBUG: Number
The colour of the background of log messages with a severity of DEBUG
private static var COL_ERROR: Number
The colour of the background of log messages with a severity of ERROR
private static var COL_FATAL: Number
The colour of the background of log messages with a severity of FATAL
private static var COL_INFO: Number
The colour of the background of log messages with a severity of INFO
private static var COL_WARN: Number
The colour of the background of log messages with a severity of WARN
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.
Describes a Photoset on flickr.com
Class to describe the size of a Photo from Flickr.
Handles the search responses from flickr.com packaging them up with relevant information about the query.
Class to describe a tag on a photo on flickr.com
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
Class to add the ability to output logged data to the PowerFlasher Socket Output Server.
public function contactsGetList(filter: String)
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 (e.g.
var contextGroupPools: Object
Stores information about this Photos context in given Groups
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)
var contextPhotosets: Object
Stores information about this Photos context in given Photosets
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 the context of the photostream e.g.
private function DateFormat()
Private constructor to prevent you creating instances of this class
private var _dateTaken: Date
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.
private var _dateUpdated: Date
The date this photo was uploaded
private var _dateUploaded: Date
The date this photo was uploaded
static public var DEBUG: Number
An integer representing a log level of DEBUG
var description: String
The description of this Group.
public var description: String
This photo’s description.
var description: String
The description of this Photoset
function editPhotos(primaryPhoto: Photo,
photoIds: Array)
Replaces this photoset’s photos array with one made up from the passed photoIds.
public var eighteenPlus: Boolean
Whether this group is visible to members over 18 only.
public var email: String
This person’s email address.
static public var ERROR: Number
An integer representing a log level of ERROR
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.
static public var FATAL: Number
An integer representing a log level of FATAL
public function favoritesAdd(photoId: Number)
Calls flickr.favorites.add to add a photo to a user’s favorites list.
public function favoritesGetList(userId: String,
extras: String,
perPage: Number,
page: Number)
Calls flickr.favorites.getList to get a list of the user’s favorite photos.
public function favoritesGetPublicList(userId: String,
extras: 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)
Calls flickr.favorites.remove to remove a photo from a user’s favorites list.
public var filesizeMax: Number
The maximum size per file that this user can upload, in bytes.
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.