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