| 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.
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():BooleanloopPresentation: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():BooleanresumePresentationPlayback: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
Tue Dec 4 2012, 06:27 PM +04:00