Packagecom.cmiscm.videos.events
Classpublic class VideoSoundEvent
InheritanceVideoSoundEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  volume : Number
VideoSoundEvent
Public Methods
 MethodDefined By
  
VideoSoundEvent(type:String, $volume:Number, bubbles:Boolean = false, cancelable:Boolean = false)
VideoSoundEvent
  
clone():Event
[override]
VideoSoundEvent
Public Constants
 ConstantDefined By
  CHANGE_VOLUME : String = change_volume
[static]
VideoSoundEvent
Property Detail
volumeproperty
public var volume:Number

Constructor Detail
VideoSoundEvent()Constructor
public function VideoSoundEvent(type:String, $volume:Number, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
$volume:Number
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CHANGE_VOLUMEConstant
public static const CHANGE_VOLUME:String = change_volume