Package | org.osmf.media |
Class | public final class MediaPlayerState |
Inheritance | MediaPlayerState Object |
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
BUFFERING : String = "buffering" [static]
The MediaPlayer is buffering. | MediaPlayerState | ||
LOADING : String = "loading" [static]
The MediaPlayer is loading or connecting. | MediaPlayerState | ||
PAUSED : String = "paused" [static]
The MediaPlayer is pausing media. | MediaPlayerState | ||
PLAYBACK_ERROR : String = "playbackError" [static]
The MediaPlayer encountered an error while trying to play media. | MediaPlayerState | ||
PLAYING : String = "playing" [static]
The MediaPlayer is playing media. | MediaPlayerState | ||
READY : String = "ready" [static]
The MediaPlayer is ready to be used. | MediaPlayerState | ||
UNINITIALIZED : String = "uninitialized" [static]
The MediaPlayer has been created but is not ready to be used. | MediaPlayerState |
Constant Detail
BUFFERING | Constant |
public static const BUFFERING:String = "buffering"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The MediaPlayer is buffering.
LOADING | Constant |
public static const LOADING:String = "loading"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The MediaPlayer is loading or connecting.
PAUSED | Constant |
public static const PAUSED:String = "paused"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The MediaPlayer is pausing media.
PLAYBACK_ERROR | Constant |
public static const PLAYBACK_ERROR:String = "playbackError"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The MediaPlayer encountered an error while trying to play media.
PLAYING | Constant |
public static const PLAYING:String = "playing"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The MediaPlayer is playing media.
READY | Constant |
public static const READY:String = "ready"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The MediaPlayer is ready to be used.
UNINITIALIZED | Constant |
public static const UNINITIALIZED:String = "uninitialized"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The MediaPlayer has been created but is not ready to be used. This is the base state for a MediaPlayer.
Mon Nov 28 2011, 06:48 AM -08:00