Description
Returns Settings2 Object which provides
you access to the conversion options.
Type
Settings2 Object
Example
Sub Sample()
Dim fs as FlashSpring2
Set fs = New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\test.ppt"
fs.Settings2.RestrictedDomain = "www.flashspring.com"
fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
End Sub