Packagecom.greensock.loading
Classpublic class LoaderStatus
InheritanceLoaderStatus Inheritance Object

Defines status values for loaders.

Copyright 2010-2013, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for Club GreenSock members, the software agreement that was issued with the membership.



Public Constants
 ConstantDefined By
  COMPLETED : int = 2
[static] The loader has completed.
LoaderStatus
  DISPOSED : int = 5
[static] The loader has been disposed.
LoaderStatus
  FAILED : int = 4
[static] The loader failed and did not load properly.
LoaderStatus
  LOADING : int = 1
[static] The loader is actively in the process of loading.
LoaderStatus
  PAUSED : int = 3
[static] The loader is paused.
LoaderStatus
  READY : int = 0
[static] The loader is ready to load and has not completed yet.
LoaderStatus
Constant Detail
COMPLETEDConstant
public static const COMPLETED:int = 2

The loader has completed.

DISPOSEDConstant 
public static const DISPOSED:int = 5

The loader has been disposed.

FAILEDConstant 
public static const FAILED:int = 4

The loader failed and did not load properly.

LOADINGConstant 
public static const LOADING:int = 1

The loader is actively in the process of loading.

PAUSEDConstant 
public static const PAUSED:int = 3

The loader is paused.

READYConstant 
public static const READY:int = 0

The loader is ready to load and has not completed yet.