Packageispring.presenter.presentation.settings
Classpublic class ActionType
InheritanceActionType 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 ActionType class is an enumeration class that provides values for the type property of the IPlaybackAction interface.

See also

ispring.presenter.presentation.settings.IPlaybackAction.type


Public Constants
ConstantDefined By
GOTO_FIRST_SLIDE : String = firstSlide
[static] Moves to the first slide.
ActionType
GOTO_LAST_SLIDE : String = lastSlide
[static] Moves to the last slide.
ActionType
GOTO_LAST_SLIDE_VIEWED : String = lastSlideViewed
[static] Moves to the last slide viewed.
ActionType
GOTO_NEXT_SLIDE : String = nextSlide
[static] Moves to the next slide.
ActionType
GOTO_NEXT_STEP : String = nextStep
[static] Moves to the next animation step.
ActionType
GOTO_PREVIOUS_SLIDE : String = previousSlide
[static] Moves to the previous slide.
ActionType
GOTO_PREVIOUS_STEP : String = previousStep
[static] Moves to the previous animation step.
ActionType
GOTO_SLIDE_END : String = slideEnd
[static] Moves to the end of the current slide.
ActionType
GOTO_SLIDE_START : String = slideStart
[static] Moves to the beginning of the current slide.
ActionType
PAUSE : String = pause
[static] Pauses presentation playback.
ActionType
PLAY : String = play
[static] Resumes presentation playback.
ActionType
SEEK_BACKWARD : String = seekBackward
[static] Seeks backward.
ActionType
SEEK_FORWARD : String = seekForward
[static] Seeks forward.
ActionType
TOGGLE_FULLSCREEN : String = toggleFullscreen
[static] Toggles fullscreen and normal mode.
ActionType
TOGGLE_PLAY_PAUSE : String = playPause
[static] Toggles play and pause modes of the presentation.
ActionType
VOLUME_DOWN : String = volumeDown
[static] Decreases sound volume.
ActionType
VOLUME_UP : String = volumeUp
[static] Increases sound volume.
ActionType
Constant Detail
GOTO_FIRST_SLIDEConstant
public static const GOTO_FIRST_SLIDE:String = firstSlide

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

Moves to the first slide.

GOTO_LAST_SLIDEConstant 
public static const GOTO_LAST_SLIDE:String = lastSlide

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

Moves to the last slide.

GOTO_LAST_SLIDE_VIEWEDConstant 
public static const GOTO_LAST_SLIDE_VIEWED:String = lastSlideViewed

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

Moves to the last slide viewed.

GOTO_NEXT_SLIDEConstant 
public static const GOTO_NEXT_SLIDE:String = nextSlide

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

Moves to the next slide.

GOTO_NEXT_STEPConstant 
public static const GOTO_NEXT_STEP:String = nextStep

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

Moves to the next animation step.

GOTO_PREVIOUS_SLIDEConstant 
public static const GOTO_PREVIOUS_SLIDE:String = previousSlide

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

Moves to the previous slide.

GOTO_PREVIOUS_STEPConstant 
public static const GOTO_PREVIOUS_STEP:String = previousStep

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

Moves to the previous animation step.

GOTO_SLIDE_ENDConstant 
public static const GOTO_SLIDE_END:String = slideEnd

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

Moves to the end of the current slide.

GOTO_SLIDE_STARTConstant 
public static const GOTO_SLIDE_START:String = slideStart

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

Moves to the beginning of the current slide.

PAUSEConstant 
public static const PAUSE:String = pause

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

Pauses presentation playback.

PLAYConstant 
public static const PLAY:String = play

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

Resumes presentation playback.

SEEK_BACKWARDConstant 
public static const SEEK_BACKWARD:String = seekBackward

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

Seeks backward.

SEEK_FORWARDConstant 
public static const SEEK_FORWARD:String = seekForward

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

Seeks forward.

TOGGLE_FULLSCREENConstant 
public static const TOGGLE_FULLSCREEN:String = toggleFullscreen

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

Toggles fullscreen and normal mode.

TOGGLE_PLAY_PAUSEConstant 
public static const TOGGLE_PLAY_PAUSE:String = playPause

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

Toggles play and pause modes of the presentation.

VOLUME_DOWNConstant 
public static const VOLUME_DOWN:String = volumeDown

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

Decreases sound volume.

VOLUME_UPConstant 
public static const VOLUME_UP:String = volumeUp

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

Increases sound volume.