| Package | flash.display |
| Class | public final class StageDisplayState |
| Inheritance | StageDisplayState Object |
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
Stage.displayState property.
See also
| Constant | Defined By | ||
|---|---|---|---|
| FULL_SCREEN : String = "fullScreen" [static]
Specifies that the Stage is in full-screen mode.
| StageDisplayState | ||
| NORMAL : String = "normal" [static]
Specifies that the Stage is in normal mode.
| StageDisplayState | ||
| FULL_SCREEN | Constant |
public static const FULL_SCREEN:String = "fullScreen"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
Specifies that the Stage is in full-screen mode.
| NORMAL | Constant |
public static const NORMAL:String = "normal"
| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 9.0.28.0 |
Specifies that the Stage is in normal mode.