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