Description
This property gets or sets the certain pause time, in seconds, before advance to the next slide.
Type
float (read/write)
Possible values
are ranged from 0 to 1000, the default value is 5 seconds.
Example
Sub Sample()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\quicktour.swf"
fs.Settings.Playback.AutomaticSlideAdvance = True
fs.Settings.Playback.SlideAdvanceTime = 15
fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
fs.ClosePresentation
fs.ClosePowerPoint
End Sub