Movie Player Pro ActiveX Control ReferenceProperties SpectrumBarColor1 Movie Player ActiveX Control SpectrumBarColor1 Set/Get the Spectrum Bar Color 1. MoviePlayer1.SpectrumBarColor1[=Color] ParameterColorthe color of Spectrum Bar 1.RemarkThis property is Read/Write. Example Visual Basic SyntaxMoviePlayer1.SpectrumVisibleWhenPlayAudio = trueMoviePlayer1.FileName ="c:\youraudiofile.mp3"MoviePlayer1.SpectrumBarColor1 = RGB(255,0,0)MoviePlayer1.Play