Contents Index Topic Contents | ||
Previous Topic: FullScreenMode Property Next Topic: PlayCount Property |
MovieWindowSize Property
Specifies the size of the playback panel.
Syntax
[form.]object.MovieWindowSize [ = setting ]Settings
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. Data Type
Long
Remarks
The amv settings are available only to C/C++ programmers; scripters and other programmers should use the numerical values.
Run-time access: read/write. Design-time access: read/write.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.