Description
Returns ColorSettings Object
which allows you to customize primary color of the FlashSpring Player.
Type
ColorSettings 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