Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.volume | |||
MediaDisplay, MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.volume
Property; stores an integer that indicates the volume setting, which can range from 0 to 100. The default value is 75.
The following example sets the maximum volume for media playback:
myMedia.volume = 100;
Flash CS3