Media.displayFull()

Applies to

MediaPlayback.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.displayFull()

Returns

Nothing.

Description

Method; sets the MediaPlayback instance to full-screen mode. In this mode, the component expands to fill the entire Stage. To return the component to its normal size, use Media.displayNormal().

Example

The following code forces the component to expand to fit the Stage:

myMedia.displayFull();

See also

Media.displayNormal()


Flash CS3