Packagecom.akamai.stagevideo
Classpublic class StageVideoHelperEvent
InheritanceStageVideoHelperEvent Inheritance flash.events.Event

This event class is dispatched by the StageVideoHelper class when the video objects render state changes



Public Properties
 PropertyDefined By
  status : String
[read-only] Accessor to get the current value of status set when this event was dispatched
StageVideoHelperEvent
  videoHeight : uint
[read-only] Accessor to get the current value of videoHeight set when this event was dispatched
StageVideoHelperEvent
  videoWidth : uint
[read-only] Accessor to get the current value of videoWidth set when this event was dispatched
StageVideoHelperEvent
Public Methods
 MethodDefined By
  
StageVideoHelperEvent(videoWidth:uint, videoHeight:uint, status:String)
Constructor
StageVideoHelperEvent
Public Constants
 ConstantDefined By
  SIZE_CHANGE : String = size
[static] String const to set as the event listener type
StageVideoHelperEvent
Property Detail
statusproperty
status:String  [read-only]

Accessor to get the current value of status set when this event was dispatched


Implementation
    public function get status():String
videoHeightproperty 
videoHeight:uint  [read-only]

Accessor to get the current value of videoHeight set when this event was dispatched


Implementation
    public function get videoHeight():uint
videoWidthproperty 
videoWidth:uint  [read-only]

Accessor to get the current value of videoWidth set when this event was dispatched


Implementation
    public function get videoWidth():uint
Constructor Detail
StageVideoHelperEvent()Constructor
public function StageVideoHelperEvent(videoWidth:uint, videoHeight:uint, status:String)

Constructor

Parameters
videoWidth:uint — Current Video or StageVideo object videoWidth property
 
videoHeight:uint — Current Video or StageVideo object videoHeight property
 
status:String — Current status of the StageVideoHelper class
Constant Detail
SIZE_CHANGEConstant
public static const SIZE_CHANGE:String = size

String const to set as the event listener type