PowerPoint to Flash converter

Settings3 Property

Description

Returns Settings3 Object which provides you access to the conversion options new in FlashSpring Server 2.3.

Type

Settings3 Object

Example

The following example converts presentation into solid Flash movie and optimize images for 1024x768 screen resolution.

Sub Sample()
    Dim fs as FlashSpring3
    Set fs = New FlashSpringAPI.FlashSpring
    fs.OpenPresentation "c:\test.ppt"
    fs.Settings3.Appearance3.OptimizeImagesForScreenResolution = True
    fs.Settings3.Appearance3.ScreenWidth = 1024
    fs.Settings3.Appearance3.ScreenHeight = 768
    fs.GenerateSolidPresentation "c:\presentations\myMovie.swf", "Standard", "2,4"
End Sub

  Copyright © 2004-2008 iSpring Solutions, Inc.