Package | flash.media |
Class | public final class StageVideoAvailability |
Inheritance | StageVideoAvailability Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.2, AIR 3 |
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
AVAILABLE : String = "available" [static]
Stage video is currently available. | StageVideoAvailability | ||
UNAVAILABLE : String = "unavailable" [static]
Stage video is not currently available. | StageVideoAvailability |
Constant Detail
AVAILABLE | Constant |
public static const AVAILABLE:String = "available"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.2, AIR 3 |
Stage video is currently available.
UNAVAILABLE | Constant |
public static const UNAVAILABLE:String = "unavailable"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.2, AIR 3 |
Stage video is not currently available.
Mon Nov 28 2011, 06:48 AM -08:00