This property specifies the size of the playback panel. Run-time access for this property is read/write. Design time access is read/write.
Compatibility: ActiveMovie
[form.]object.MovieWindowSize [ = setting ]
Remarks
The amv settings are available only to C/C++ programmers; scripters and other programmers should use the numerical values.
The data type for this property is long. The following table shows the possible values.
| Setting | Value | Description |
|---|---|---|
| amvOriginalSize | 0 | (Default) Uses the authored size. |
| amvDoubleOriginalSize | 1 | Increases the image projection size to twice the authored size. |
| amvOneSixteenthScreen | 2 | Projects the images onto an area the size of one-sixteenth of the screen. |
| amvOneFourthScreen | 3 | Projects the images onto an area the size of one-quarter of the screen. |
| amvOneHalfScreen | 4 | Projects the images onto an area the size of half of the screen. |
Requirements
OS Versions: Windows CE 3.0 to Windows CE 4.1.
See Also
Windows Media Player Properties | Compatibility Modes
Send Feedback on this topic to the authors