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