Packageimpression.players
Classpublic class VideoPlayerStatusTypes
InheritanceVideoPlayerStatusTypes Inheritance Object

The VideoPlayerStatusTypes class defines values for the status property of the SWFVideoPlayer object.



Public Properties
 PropertyDefined By
  AVM1_LOADED : String = AVM1Movie loaded
[static] The video was loaded, but is an AVM1 movie and cannot be controlled by the player.
VideoPlayerStatusTypes
  BEGIN_PLAY : String = begin playback
[static] The video has been loaded, autoplay has been specified, but playback has not yet begun.
VideoPlayerStatusTypes
  EMPTY : String = no video file specified
[static] The storyboard property's video persisted property value is null, or the filename element is the empty string ("").
VideoPlayerStatusTypes
  EOF : String = eof
[static] Playback has reached the end of the video and is stopped.
VideoPlayerStatusTypes
  INITIALIZED : String = clip initialized
[static] The video has been loaded, but playback has not yet begun.
VideoPlayerStatusTypes
  LOAD_ERROR : String = video file could not be loaded
[static] The player was unable to load the video.
VideoPlayerStatusTypes
  LOADING : String = loading
[static] The player is loading the video.
VideoPlayerStatusTypes
  NO_MOVIECLIP : String = video file is not a MovieClip object
[static] The video was loaded, but is not a MovieClip or is not descended from a MovieClip object.
VideoPlayerStatusTypes
  NO_RESOLVER : String = no resolver
[static] The resolver property value is null.
VideoPlayerStatusTypes
  NO_STEPCLIP : String = step does not have a MovieClip object
[static] The video was loaded, but the current frame of the video does not have a MovieClip object.
VideoPlayerStatusTypes
  NO_STORYBOARD : String = no storyboard
[static] The storyboard property value is null.
VideoPlayerStatusTypes
  NO_SURFACE : String = no rendering surface
[static] The renderingSurface property value is null.
VideoPlayerStatusTypes
  PAUSED_TO_END : String = paused (continuous)
[static] Playback has paused while playing all steps in sequence.
VideoPlayerStatusTypes
  PLAYING_STEP : String = playing
[static] The current step of the video is playing.
VideoPlayerStatusTypes
  PLAYING_TO_END : String = playing (continuous)
[static] The video is playing all steps in sequence.
VideoPlayerStatusTypes
  STEP_PAUSED : String = paused
[static] Playback has paused while playing a step.
VideoPlayerStatusTypes
  STOPPED : String = stopped
[static] The video is stopped.
VideoPlayerStatusTypes
  UNKNOWN : String
[static] The state of the video is unknown.
VideoPlayerStatusTypes
Property Detail
AVM1_LOADEDproperty
public static var AVM1_LOADED:String = AVM1Movie loaded

The video was loaded, but is an AVM1 movie and cannot be controlled by the player.

BEGIN_PLAYproperty 
public static var BEGIN_PLAY:String = begin playback

The video has been loaded, autoplay has been specified, but playback has not yet begun.

EMPTYproperty 
public static var EMPTY:String = no video file specified

The storyboard property's video persisted property value is null, or the filename element is the empty string ("").

EOFproperty 
public static var EOF:String = eof

Playback has reached the end of the video and is stopped.

INITIALIZEDproperty 
public static var INITIALIZED:String = clip initialized

The video has been loaded, but playback has not yet begun.

LOAD_ERRORproperty 
public static var LOAD_ERROR:String = video file could not be loaded

The player was unable to load the video.

LOADINGproperty 
public static var LOADING:String = loading

The player is loading the video.

NO_MOVIECLIPproperty 
public static var NO_MOVIECLIP:String = video file is not a MovieClip object

The video was loaded, but is not a MovieClip or is not descended from a MovieClip object.

NO_RESOLVERproperty 
public static var NO_RESOLVER:String = no resolver

The resolver property value is null.

NO_STEPCLIPproperty 
public static var NO_STEPCLIP:String = step does not have a MovieClip object

The video was loaded, but the current frame of the video does not have a MovieClip object.

NO_STORYBOARDproperty 
public static var NO_STORYBOARD:String = no storyboard

The storyboard property value is null.

NO_SURFACEproperty 
public static var NO_SURFACE:String = no rendering surface

The renderingSurface property value is null.

PAUSED_TO_ENDproperty 
public static var PAUSED_TO_END:String = paused (continuous)

Playback has paused while playing all steps in sequence.

PLAYING_STEPproperty 
public static var PLAYING_STEP:String = playing

The current step of the video is playing.

PLAYING_TO_ENDproperty 
public static var PLAYING_TO_END:String = playing (continuous)

The video is playing all steps in sequence.

STEP_PAUSEDproperty 
public static var STEP_PAUSED:String = paused

Playback has paused while playing a step.

STOPPEDproperty 
public static var STOPPED:String = stopped

The video is stopped.

UNKNOWNproperty 
public static var UNKNOWN:String

The state of the video is unknown.