Description
Use this property
to get a NavigationSettings Object
that allows to specify settings of slide navigation via mouse and keyboard.
Type
NavigationSettings Object (Read only)
Example
Sub Sample()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\quicktour.swf"
fs.Settings.Navigation.KeyboardEnabled = True
fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
fs.ClosePresentation
fs.ClosePowerPoint
End Sub