Packageispring.presenter.presentation.settings
Interfacepublic interface IPlaybackSettings

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 IPlaybackSettings interface provides access to the presentation playback settings.

To obtain the playback settings use the playback property on the ISettings interface.

See also

ispring.presenter.presentation.settings.ISettings.playback


Public Properties
PropertyDefined By
autoStart : Boolean
[read-only] Indicates whether the presentation should start automatically.
IPlaybackSettings
loopPresentation : Boolean
[read-only] Indicates whether the presentation is looped.
IPlaybackSettings
resumePresentationPlayback : Boolean
[read-only] Indicates whether to prompt the user to resume the presentation from the last slide viewed.
IPlaybackSettings
Property Detail
autoStartproperty
autoStart:Boolean  [read-only]

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 whether the presentation should start automatically.


Implementation
    public function get autoStart():Boolean
loopPresentationproperty 
loopPresentation:Boolean  [read-only]

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 whether the presentation is looped.


Implementation
    public function get loopPresentation():Boolean
resumePresentationPlaybackproperty 
resumePresentationPlayback:Boolean  [read-only]

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 whether to prompt the user to resume the presentation from the last slide viewed.


Implementation
    public function get resumePresentationPlayback():Boolean