| Language Version: | ActionScript 3.0 |
| Product Version: | OSMF 4.0 |
| Runtime Versions: | Flash Player 10, AIR 1.0 |
The MediaPlayerState class enumerates public constants that describe the current
state of the MediaPlayer.
public static const BUFFERING:String = "buffering"| Language Version: | ActionScript 3.0 |
| Product Version: | OSMF 4.0 |
| Runtime Versions: | Flash Player 10, AIR 1.0 |
The MediaPlayer is buffering.
public static const LOADING:String = "loading"| Language Version: | ActionScript 3.0 |
| Product Version: | OSMF 4.0 |
| Runtime Versions: | Flash Player 10, AIR 1.0 |
The MediaPlayer is loading or connecting.
public static const PAUSED:String = "paused"| Language Version: | ActionScript 3.0 |
| Product Version: | OSMF 4.0 |
| Runtime Versions: | Flash Player 10, AIR 1.0 |
The MediaPlayer is pausing media.
public static const PLAYBACK_ERROR:String = "playbackError"| Language Version: | ActionScript 3.0 |
| Product Version: | OSMF 4.0 |
| Runtime Versions: | Flash Player 10, AIR 1.0 |
The MediaPlayer encountered an error while trying to play media.
public static const PLAYING:String = "playing"| Language Version: | ActionScript 3.0 |
| Product Version: | OSMF 4.0 |
| Runtime Versions: | Flash Player 10, AIR 1.0 |
The MediaPlayer is playing media.
public static const READY:String = "ready"| Language Version: | ActionScript 3.0 |
| Product Version: | OSMF 4.0 |
| Runtime Versions: | Flash Player 10, AIR 1.0 |
The MediaPlayer is ready to be used.
public static const UNINITIALIZED:String = "uninitialized"| Language Version: | ActionScript 3.0 |
| Product Version: | OSMF 4.0 |
| Runtime Versions: | Flash Player 10, AIR 1.0 |
The MediaPlayer has been created but is not ready to be used.
This is the base state for a MediaPlayer.