Packagecom.adobe.mediacore.events
Classpublic class ClosedCaptioningEvent
InheritanceClosedCaptioningEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  newActiveService : String
[read-only]
ClosedCaptioningEvent
Public Methods
 MethodDefined By
  
ClosedCaptioningEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, newActiveService:String = null)
ClosedCaptioningEvent
  
clone():Event
[override]
ClosedCaptioningEvent
Public Constants
 ConstantDefined By
  CC_NEW_ACTIVE_SERVICE : String = ccNewActiveService
[static]
ClosedCaptioningEvent
Property Detail
newActiveServiceproperty
newActiveService:String  [read-only]


Implementation
    public function get newActiveService():String
Constructor Detail
ClosedCaptioningEvent()Constructor
public function ClosedCaptioningEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, newActiveService:String = null)



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

Returns
Event
Constant Detail
CC_NEW_ACTIVE_SERVICEConstant
public static const CC_NEW_ACTIVE_SERVICE:String = ccNewActiveService