MVR-D2000 ActiveX Control
About MvrCtrl.ocx
MvrCtrl.ocx is an ActiveX sample program that uses MvrApi.dll.
MvrCtrl.ocx must be registered to Windows before using.
The source code is provided in the SDK.
Using the sample program
- Register ActiveX as described in "registering procedures".
- Open sample.html using an HTML editor.
- Change the discription in [C:\\sample1.m2p][C:\\sample2.m2p][C:\\sample3.m2p] to the actual file name (full path)
(please set the full path to the file)
- Open sample.html using an HTML browser.
Please use InternetExploer 4.x or over. Netscape is not supported.
- Open command prompt.
- Go to the folder where you have MVR-D2000 installed.
- Run command [regsvr32.exe MvrCtrl.ocx].
To remove the MVR-D2000
- Open command prompt.
- Go to the folder where you have MVR-D2000 installed.
- Run command [regsvr32.exe /u MvrCtrl.ocx].
About the sample program
Properties
|
BSTR
| FileName
| Name of the playback file
|
Method
|
boolean
| Open(BSTR pFileName)
| Open file
|
boolean
| Play();
| Start playback
|
boolean
| Stop();
| Stop playback
|
void
| Refresh();
| Refresh overlay
|
boolean
| Pause();
| Pause playback
|
void
| Close();
| Close file
|
void
| Overlay(BOOL bShow );
| Start/stop overlay
|
void
| void Property();
| Display properties
|
Ivent
|
| Play();
| Start playback
|
| Stop();
| Stop playback
|
| Pause();
| Pause playback
|
| DecError(long Code);
| Error occured
|
Copyright (C) 2000 Canopus Co., Ltd.