| B | |
| buddyIcon, com. kelvinluck. flashr. core. Person | |
| C | |
| cache, com. kelvinluck. flashr. core. Flashr | |
| H | |
| history, com. kelvinluck. flashr. core. Flashr | |
| L | |
| largeUrl, com. kelvinluck. flashr. core. Photo | |
| M | |
| maxDepth, com. kelvinluck. util. SOSLogPublisher | |
| mediumUrl, com. kelvinluck. flashr. core. Photo | |
| Q | |
| querystring, com. kelvinluck. flashr. core. FlashrRequest | |
| queue, com. kelvinluck. flashr. core. Flashr | |
| S | |
| smallSquareUrl, com. kelvinluck. flashr. core. Photo | |
| smallUrl, com. kelvinluck. flashr. core. Photo | |
| T | |
| thumbUrl, com. kelvinluck. flashr. core. Photo |
The path to this Person’s buddy icon.
function get buddyIcon():String
Variable holding the FlashrCache instance used to hold cached query results where cacheQueries is true.
function get cache():FlashrCache
The FlashrResponseHistory if saveHistory is true
function get history():FlashrResponseHistory
The URL for the large sized image (1024px on longest side)
public function set largeUrl( largeUrl: String )
The maximum inspection depth.
function set maxDepth( value: Number )
The URL for the medium sized image (500px on longest side)
public function set mediumUrl( mediumUrl: String )
The querystring part of the url that was used to make this request.
function get querystring():String
The FlashrRequestQueue.
function get queue():FlashrRequestQueue
The URL for the small square (75x75 pixels) version of this Photo
public function get smallSquareUrl():String
The URL for the small sized image (240px on longest side)
public function set smallUrl( smallUrl: String )
The URL for the thumbUrl image (100px on longest side) NOTE - this is referred to the “thumbnail” image on flickr.com but for historical reasons it is known as thumbUrl here (thumbnailUrl points to smallSquareUrl)
public function set thumbUrl( smallUrl: String )