Packageispring.presenter.player.clock
Classpublic class PresentationClockState
InheritancePresentationClockState 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 PresentationClockState class is an enumeration class that provides values for the state property of the IPresentationClock interface.

See also

ispring.presenter.player.clock.IPresentationClock


Public Constants
ConstantDefined By
REWINDING : String = rewinding
[static] Indicates that a slide transition effect is rewinding.
PresentationClockState
STARTED : String = started
[static] Indicates that the clock is started.
PresentationClockState
STOPPED : String = stopped
[static] Indicates that the clock is stopped.
PresentationClockState
SUSPENDED : String = suspended
[static] Indicates that the clock is suspended.
PresentationClockState
Constant Detail
REWINDINGConstant
public static const REWINDING:String = rewinding

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 a slide transition effect is rewinding.

STARTEDConstant 
public static const STARTED:String = started

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 clock is started.

STOPPEDConstant 
public static const STOPPED:String = stopped

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 clock is stopped.

SUSPENDEDConstant 
public static const SUSPENDED:String = suspended

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 clock is suspended. The clock switches to the suspended state when the player is buffering the data or the presentation is waiting for the user's action.