Package | org.osmf.traits |
Class | public final class PlayState |
Inheritance | PlayState Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
PAUSED : String = "paused" [static]
The trait is paused. | PlayState | ||
PLAYING : String = "playing" [static]
The trait is playing. | PlayState | ||
STOPPED : String = "stopped" [static]
The trait is stopped (neither playing nor paused). | PlayState |
Constant Detail
PAUSED | Constant |
public static const PAUSED:String = "paused"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The trait is paused.
PLAYING | Constant |
public static const PLAYING:String = "playing"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The trait is playing.
STOPPED | Constant |
public static const STOPPED:String = "stopped"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The trait is stopped (neither playing nor paused).
Mon Nov 28 2011, 06:48 AM -08:00