MovieWindowSize PropertyMovieWindowSize Property*
*



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

SettingValueDescription
amvOriginalSize0(Default) Uses the authored size.
amvDoubleOriginalSize1Increases the image projection size to twice the authored size.
amvOneSixteenthScreen2Projects the images onto an area the size of one-sixteenth of the screen.
amvOneFourthScreen3Projects the images onto an area the size of one-quarter of the screen.
amvOneHalfScreen4Projects 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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.