MuteButton

Kind of class:class
Inherits from:MovieClip
Author:Andrew Guldman
Classpath:mx.controls.streamingmedia.MuteButton
File last modified:Tuesday, 18 December 2007, 15:44:38
Processing code for a click on the Mute button.

Summary


Constructor
Instance properties
Instance methods
  • init : Void
    • Initialize the clip.
  • click (ev:Object) : Void

Constructor

MuteButton

function MuteButton (
)

Constructor

Instance properties

muteSimpleButton

muteSimpleButton:SimpleButton
(read)

Instance methods

click

function click (
ev:Object) : Void

init

function init (
) : Void

Initialize the clip. Must be implemented by subclasses.
This always simply calls findController but it has to be called by
the concrete subclass in order to be in the movie clip hierarchy.