Media.volume

Applies to

MediaDisplay, MediaPlayback.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.volume

Description

Property; stores an integer that indicates the volume setting, which can range from 0 to 100. The default value is 75.

Example

The following example sets the maximum volume for media playback:

myMedia.volume = 100;

See also

Media.volume, Media.pause()


Flash CS3