Description
Event; broadcast when the volume value is adjusted by the user. The
has the following properties:
An integer between 0 and 100 that represents the volume level.
detail
The string
type
Example
The following example informs the user that the volume is being adjusted:
var myVolListener = new Object();
myVolListener.volume = function(){
mytextfield.text = "Volume adjusted!";
}
myMedia.addEventListener("volume", myVolListener);
See also
Media.volume
538
Chapter 6: Components Dictionary
.
"volume"
event object
Media.volume
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers