MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 537

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents