Movie Player ActiveX Control

UseMsWMVParser

 

Enable/Disable using the microsoft WMV Parser. By default is false. If you cannot playback some wmv file, you may set UseMsWMVParser = true.
If you set UseMsWMVParser = true , Playbackrate property will not valid.

MoviePlayer1.UseMsWMVParser[=Boolean]


Parameter
Boolean
True - Enable use the microsoft WMV Parser, False - disable use microsoft WMV Parser.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.UseMsWMVParser =True
MoviePlayer1.FileName="c:\test.wmv"