MovieWindowSize

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

[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

Windows Embedded CE Windows CE 3.0 through Windows CE .NET 4.1

See Also

Reference

Windows Media Player Properties

Concepts

Compatibility Modes