Packageispring.presenter.player.startup
Classpublic class PresentationStartupAction
InheritancePresentationStartupAction 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 PresentationStartupAction class is an enumeration class that provides values for the action property of the IPresentationStartup interface.

See also

ispring.presenter.player.startup.IPresentationStartup


Public Constants
ConstantDefined By
GOTO_SLIDE : String = gotoSlide
[static] The PresentationStartupAction.RESUME_PLAYBACK constant defines the value of the action property of the resumePlayback action.
PresentationStartupAction
RESUME_PLAYBACK : String = resumePlayback
[static] The PresentationStartupAction.RESUME_PLAYBACK constant defines the value of the action property of the resumePlayback action.
PresentationStartupAction
Constant Detail
GOTO_SLIDEConstant
public static const GOTO_SLIDE:String = gotoSlide

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 PresentationStartupAction.RESUME_PLAYBACK constant defines the value of the action property of the resumePlayback action. The default behavior of this action starts the presentation from the slide specified by the the slideIndex property of the IPresentationStartup interface.

See also

RESUME_PLAYBACKConstant 
public static const RESUME_PLAYBACK:String = resumePlayback

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 PresentationStartupAction.RESUME_PLAYBACK constant defines the value of the action property of the resumePlayback action. The default behavior of this action resumes the presentation from the last slide viewed specified by the slideIndex property of the IPresentationStartup interface.

See also