Packagecom.apdevblog.ui.video
Classpublic class ApdevVideoState
InheritanceApdevVideoState Inheritance Object

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9

State of the video that is played in the ApdevVideoPlayer.



Public Constants
 ConstantDefined By
  VIDEO_STATE_EMPTY : String = videoStateEmpty
[static]
ApdevVideoState
  VIDEO_STATE_PAUSED : String = videoStatePaused
[static]
ApdevVideoState
  VIDEO_STATE_PLAYING : String = videoStatePlaying
[static]
ApdevVideoState
  VIDEO_STATE_STOPPED : String = videoStateStopped
[static]
ApdevVideoState
Constant Detail
VIDEO_STATE_EMPTYConstant
public static const VIDEO_STATE_EMPTY:String = videoStateEmpty

VIDEO_STATE_PAUSEDConstant 
public static const VIDEO_STATE_PAUSED:String = videoStatePaused

VIDEO_STATE_PLAYINGConstant 
public static const VIDEO_STATE_PLAYING:String = videoStatePlaying

VIDEO_STATE_STOPPEDConstant 
public static const VIDEO_STATE_STOPPED:String = videoStateStopped