Movie Player ActiveX Control

SpectrumBarColor2

 

Set/Get the Spectrum Bar Color 2.

MoviePlayer1.SpectrumBarColor2[=Color]


Parameter
Color
the color of Spectrum Bar 2.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.SpectrumVisibleWhenPlayAudio = true
MoviePlayer1.FileName ="c:\youraudiofile.mp3"
MoviePlayer1.SpectrumBarColor2 = RGB(255,0,0)
MoviePlayer1.Play