Packageispring.presenter.player
Classpublic class PresentationPlaybackState
InheritancePresentationPlaybackState 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 PresentationPlaybackState class is an enumeration class that provides values for the playbackState property of the IPresentationPlaybackController interface.

See also

ispring.presenter.player.IPresentationPlaybackController


Public Constants
ConstantDefined By
BUFFERING : String = buffering
[static] Indicates that the presentation playback controller is buffering data.
PresentationPlaybackState
PAUSED_SLIDE : String = pausedSlide
[static] Indicates that the presentation playback controller paused a slide.
PresentationPlaybackState
PAUSED_TRANSITON : String = pausedTransition
[static] Indicates that the presentation playback controller paused a slide transition.
PresentationPlaybackState
PLAYING_SLIDE : String = playingSlide
[static] Indicates that the presentation playback controller is playing a slide.
PresentationPlaybackState
PLAYING_TRANSITON : String = playingTransition
[static] Indicates that the presentation playback controller is playing a slide transition effect.
PresentationPlaybackState
SUSPENDED : String = suspended
[static] Indicates that the presentation playback controller is waiting for the user action to move to the next animation step.
PresentationPlaybackState
Constant Detail
BUFFERINGConstant
public static const BUFFERING:String = buffering

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 presentation playback controller is buffering data.

PAUSED_SLIDEConstant 
public static const PAUSED_SLIDE:String = pausedSlide

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 presentation playback controller paused a slide.

PAUSED_TRANSITONConstant 
public static const PAUSED_TRANSITON:String = pausedTransition

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 presentation playback controller paused a slide transition.

PLAYING_SLIDEConstant 
public static const PLAYING_SLIDE:String = playingSlide

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 presentation playback controller is playing a slide.

PLAYING_TRANSITONConstant 
public static const PLAYING_TRANSITON:String = playingTransition

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 presentation playback controller is playing a slide transition effect.

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 presentation playback controller is waiting for the user action to move to the next animation step.