window.runtime property | window.runtime.flash.display.StageDisplayState |
Inheritance | StageDisplayState Object |
Runtime Versions: | AIR 1.0, |
Stage.displayState
property.
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
FULL_SCREEN : String = "fullScreen" [static]
Specifies that the Stage is in full-screen mode. | StageDisplayState | ||
FULL_SCREEN_INTERACTIVE : String = "fullScreenInteractive" [static]
Specifies that the Stage is in full-screen mode with keyboard interactivity enabled. | StageDisplayState | ||
NORMAL : String = "normal" [static]
Specifies that the Stage is in normal mode. | StageDisplayState |
Constant Detail
FULL_SCREEN | Constant |
public static const FULL_SCREEN:String = "fullScreen"
Runtime Versions: | AIR 1.0, |
Specifies that the Stage is in full-screen mode. Keyboard interactivity is disabled in this mode.
FULL_SCREEN_INTERACTIVE | Constant |
public static const FULL_SCREEN_INTERACTIVE:String = "fullScreenInteractive"
Runtime Versions: | 1.0 |
Specifies that the Stage is in full-screen mode with keyboard interactivity enabled.
NORMAL | Constant |
public static const NORMAL:String = "normal"
Runtime Versions: | AIR 1.0, |
Specifies that the Stage is in normal mode.
Thu Sep 29 2011, 02:34 AM -07:00