Packageispring.presenter.player
Classpublic class SlideState
InheritanceSlideState 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 SlideState class is an enumeration class that provides values for the getSlideState() method of the IPresentationLoader interface.

See also

ispring.presenter.player.IPresentationLoader


Public Constants
ConstantDefined By
LOADED : String = loaded
[static] Indicates that the slide has been loaded.
SlideState
LOADING : String = loading
[static] Indicates that the slide is being loaded.
SlideState
NOT_LOADED : String = notLoaded
[static] Indicates that the slide has not been loaded yet.
SlideState
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 slide 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 slide is being loaded.

NOT_LOADEDConstant 
public static const NOT_LOADED:String = notLoaded

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 slide has not been loaded yet.