Packagecom.greensock.loading
Classpublic class LoaderStatus

Defines status values for loaders.

Copyright 2010, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for corporate Club GreenSock members, the software agreement that was issued with the corporate 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.