Package | impression.players |
Class | public class VideoPlayerStatusTypes |
Inheritance | VideoPlayerStatusTypes ![]() |
status
property of the SWFVideoPlayer object.
Property | Defined 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 |
AVM1_LOADED | property |
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_PLAY | property |
public static var BEGIN_PLAY:String = begin playback
The video has been loaded, autoplay has been specified, but playback has not yet begun.
EMPTY | property |
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 ("").
EOF | property |
public static var EOF:String = eof
Playback has reached the end of the video and is stopped.
INITIALIZED | property |
public static var INITIALIZED:String = clip initialized
The video has been loaded, but playback has not yet begun.
LOAD_ERROR | property |
public static var LOAD_ERROR:String = video file could not be loaded
The player was unable to load the video.
LOADING | property |
public static var LOADING:String = loading
The player is loading the video.
NO_MOVIECLIP | property |
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_RESOLVER | property |
public static var NO_RESOLVER:String = no resolver
The resolver
property value is null
.
NO_STEPCLIP | property |
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_STORYBOARD | property |
public static var NO_STORYBOARD:String = no storyboard
The storyboard
property value is null
.
NO_SURFACE | property |
public static var NO_SURFACE:String = no rendering surface
The renderingSurface
property value is null
.
PAUSED_TO_END | property |
public static var PAUSED_TO_END:String = paused (continuous)
Playback has paused while playing all steps in sequence.
PLAYING_STEP | property |
public static var PLAYING_STEP:String = playing
The current step of the video is playing.
PLAYING_TO_END | property |
public static var PLAYING_TO_END:String = playing (continuous)
The video is playing all steps in sequence.
STEP_PAUSED | property |
public static var STEP_PAUSED:String = paused
Playback has paused while playing a step.
STOPPED | property |
public static var STOPPED:String = stopped
The video is stopped.
UNKNOWN | property |
public static var UNKNOWN:String
The state of the video is unknown.