The PlaybackSettings Interface represents presentation playback settings.
| Property | Value Type | Access | Default value | Property description |
|---|---|---|---|---|
| AutomaticSlideAdvance | bool | Read/write | false | This property is obsolete. To control slide advance mode you should use ChangeSlidesAutomatically and UseMinimalSlideDuration properties instead |
| AutomaticStepAdvance | bool | Read/write | false | Indicates whether the next animation step advance is performed automatically |
| AutoStart | bool | Read/write | true | Indicates whether the presentation starts playing automatically |
| EnableAnimationEffects | bool | Read/write | true | Indicates whether animation effects are enabled |
| EnableTransitionEffects | bool | Read/write | true | Indicates whether transition effects are enabled |
| LoopPresentation | bool | Read/write | false | Indicates whether the generated Flash presentation is played in a loop |
| Player | PlayerSettings | Read only | Returns the PlayerSettings Interface providing player customization facilities | |
| SlideAdvanceTime | float | Read/write | 5 | Slide advance time. Note: This property is deprecated. Use the MinimalSlideDuration property instead |
| StepAdvanceTime | float | Read/write | 5 | Animation step advance time |
| ChangeSlidesAutomatically | bool | Read/write | false | Indicates whether slides of the generated Flash presentation advance automatically regardless the presentation settings |
| UseMinimalSlideDuration | bool | Read/write | false |
If the property is set to true the MinimalSlideDuration property will define the minimal duration of each slide. Note: If the property is set to false and PowerPoint slide transition advance time was not defined or equal to 0 seconds, minimal slide the duration will be automatically set to 1.0 second to prevent too fast slide advance.
|
| MinimalSlideDuration | float | Read/write | 5.0 | Minimal slide duration. Property is used if the UseMinimalSlideDuration parameter is set to true. |
| ResumePresentationPlayback | bool | Read/write | false |
Indicates whether the viewer is prompted to resume the presentation playback from the last viewed slide. Note: The functionality to resume the presentation is not supported by None and Banner player skins.
|