Movie Player ActiveX Control

UseMsWMVParser

 

Enable/Disable using the microsoft WMV Parser. By default is true. If you set to false, make sure you distribute viscomwmvp.dll on client computers and call regsvr32 command to register viscomwmvp.dll. Version 10.0 or above, it will not include viscomwmvp.dll on the installer.  

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"