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  
addBitmapData(bitmapData:flash.display:BitmapData, format:String, quality:Number, filename:String) — method, class com.distriqt.extension.camerarollextended.CameraRollExtended
ADD_COMPLETE — Constant Static Property, class com.distriqt.extension.camerarollextended.events.CameraRollExtendedEvent
ADD_ERROR — Constant Static Property, class com.distriqt.extension.camerarollextended.events.CameraRollExtendedEvent
addFile(file:flash.filesystem:File, type:String) — method, class com.distriqt.extension.camerarollextended.CameraRollExtended
Add a file to the camera roll directly, without having to load it into memory as BitmapData.
ADD_FILE_COMPLETE — Constant Static Property, class com.distriqt.extension.camerarollextended.events.CameraRollExtendedEvent
ADD_FILE_ERROR — Constant Static Property, class com.distriqt.extension.camerarollextended.events.CameraRollExtendedEvent
ALL — Constant Static Property, class com.distriqt.extension.camerarollextended.Asset
Any asset type, i.e.
altitude — Property, class com.distriqt.extension.camerarollextended.Location
ASPECT_RATIO_THUMBNAIL — Constant Static Property, class com.distriqt.extension.camerarollextended.AssetRepresentation
This representation contains an image with an aspect ratio thumbnail of the asset.
ASPECT_RATIO_THUMBNAIL — Constant Static Property, class com.distriqt.extension.camerarollextended.assets.AssetRequest
This representation contains an image with an aspect ratio thumbnail of the asset.
asset — Property, class com.distriqt.extension.camerarollextended.events.AssetEvent
asset — Property, class com.distriqt.extension.camerarollextended.events.AssetFileEvent
Asset — class, package com.distriqt.extension.camerarollextended
This class represents a media asset selected by the user from the assets available on their device.
Asset(obj:Object) — Constructor, class com.distriqt.extension.camerarollextended.Asset
Constructor
ASSET_ERROR — Constant Static Property, class com.distriqt.extension.camerarollextended.events.AssetEvent
Dispatched when an error occurred while loading an asset.
ASSET_ERROR — Constant Static Property, class com.distriqt.extension.camerarollextended.events.CameraRollExtendedEvent
Dispatched when an error occurred while loading an asset.
AssetEvent — class, package com.distriqt.extension.camerarollextended.events
AssetEvent(type:String, asset:com.distriqt.extension.camerarollextended:Asset, request:com.distriqt.extension.camerarollextended.assets:AssetRequest, image:flash.display:BitmapData, message:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.camerarollextended.events.AssetEvent
assetfile:complete — Event, class com.distriqt.extension.camerarollextended.CameraRollExtended
assetfile:error — Event, class com.distriqt.extension.camerarollextended.CameraRollExtended
AssetFileEvent — class, package com.distriqt.extension.camerarollextended.events
AssetFileEvent(type:String, asset:com.distriqt.extension.camerarollextended:Asset, file:flash.filesystem:File, error:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.camerarollextended.events.AssetFileEvent
Constructor
ASSET_LOADED — Constant Static Property, class com.distriqt.extension.camerarollextended.events.AssetEvent
This event is dispatched after any asset has been loaded.
ASSET_LOADED — Constant Static Property, class com.distriqt.extension.camerarollextended.events.CameraRollExtendedEvent
This event is dispatched after any asset has been loaded.
AssetRepresentation — class, package com.distriqt.extension.camerarollextended
Defines potential asset representation values
AssetRequest — class, package com.distriqt.extension.camerarollextended.assets
AssetRequest(width:int, height:int, resizeMethod:String, autoOrient:Boolean) — Constructor, class com.distriqt.extension.camerarollextended.assets.AssetRequest
assets — Property, class com.distriqt.extension.camerarollextended.CameraRollExtended
Access to the Assets implementation for loading and listing assets from the device.
assets — Property, class com.distriqt.extension.camerarollextended.events.CameraRollExtendedEvent
The array of Asset objects that the user selected.
Assets — Interface, package com.distriqt.extension.camerarollextended.assets
AuthorisationEvent — class, package com.distriqt.extension.camerarollextended.events
AuthorisationEvent(type:String, status:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.camerarollextended.events.AuthorisationEvent
Constructor
authorisationStatus() — method, class com.distriqt.extension.camerarollextended.CameraRollExtended
Retrieves the current authorisation status of this application.
AuthorisationStatus — class, package com.distriqt.extension.camerarollextended
Defines potential values for the authorisation status
AUTHORISED — Constant Static Property, class com.distriqt.extension.camerarollextended.AuthorisationStatus
User has authorized this application to access photos data
autoCloseOnCountReached — Property, class com.distriqt.extension.camerarollextended.CameraRollExtendedBrowseOptions
If set to true and maximumCount has been set to a value > 0 then when the user selects the maximumCount number of images then the browse dialog will automatically close and return the select event.
autoLoadBitmapData — Property, class com.distriqt.extension.camerarollextended.CameraRollExtendedBrowseOptions
If set to true, then the extension will load the data associated with the selected image assets and return the BitmapData object.
autoLoadType — Property, class com.distriqt.extension.camerarollextended.CameraRollExtendedBrowseOptions
autoOrient — Property, class com.distriqt.extension.camerarollextended.assets.AssetRequest
If true then the load process will correct the orientation of the bitmap data loaded using any orientation information contained in the EXIF data of the image.
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