Description
This property enables or disables automatic advance to next animation step
on time. Use the
StepAdvanceTime Property
of the PlaybackSettings Object to
specify the pause after each animation step.
Type
boolean (read/write)
The default value is True.
Example
Sub Sample()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\quicktour.swf"
fs.Settings.Playback.AutomaticStepAdvance = True
fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
fs.ClosePresentation
fs.ClosePowerPoint
End Sub