Description
Returns Presentation Object which provides
you access to presentation dimensions, audio and slide settings.
Type
Presentation Object
Example
Sub Sample()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\test.ppt"
fs.Presentation.Title = "FlashSpring Quick Tour"
fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
fs.ClosePresentation
fs.ClosePowerPoint
End Sub