Packageispring.utils.assets
Classpublic class AssetState
InheritanceAssetState Inheritance Object

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The AssetState class is an enumeration class that provides values for the state property of the IAsset interface.

See also

ispring.utils.assets.IAsset


Public Constants
ConstantDefined By
LOADED : String = loaded
[static] Indicates that the asset has been loaded.
AssetState
LOADING : String = loading
[static] Indicates that the asset is being loaded.
AssetState
NOT_LOADED : String = not_loaded
[static] Indicates that the asset is not loaded.
AssetState
Constant Detail
LOADEDConstant
public static const LOADED:String = loaded

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

Indicates that the asset has been loaded.

LOADINGConstant 
public static const LOADING:String = loading

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

Indicates that the asset is being loaded.

NOT_LOADEDConstant 
public static const NOT_LOADED:String = not_loaded

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

Indicates that the asset is not loaded.