PowerPoint to Flash converter

ColorScheme Property

Description

Returns ColorSchemeSettings Object which allows you to customise color of the Player for your Flash movie.

Type

ColorSchemeSettings Object

Example

Sub Sample()
    Dim fs as FlashSpring2
    Set fs = New FlashSpringAPI.FlashSpring
    fs.OpenPresentation "c:\test.ppt"
    fs.settings2.Appearance2.PlayerDesign.ColorScheme.PrimaryColor.SaturationAdjustment = 50
    fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
End Sub

  Copyright © 2004-2008 iSpring Solutions, Inc.