| window.runtime 属性 | window.runtime.flash.display.StageDisplayState |
| 继承 | StageDisplayState Object |
Stage.displayState 属性提供值。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| FULL_SCREEN : String = "fullScreen" [静态]
指定舞台处于全屏模式。 | StageDisplayState | ||
| FULL_SCREEN_INTERACTIVE : String = "fullScreenInteractive" [静态]
指定 Stage 处于全屏模式并启用键盘交互。 | StageDisplayState | ||
| NORMAL : String = "normal" [静态]
指定舞台处于标准模式。 | StageDisplayState | ||
| FULL_SCREEN | 常量 |
static const FULL_SCREEN:String = "fullScreen"指定舞台处于全屏模式。在此模式下禁用键盘交互。
| FULL_SCREEN_INTERACTIVE | 常量 |
static const FULL_SCREEN_INTERACTIVE:String = "fullScreenInteractive"指定舞台处于启用键盘交互性操作的全屏模式。只有 AIR 应用程序支持此功能。
| NORMAL | 常量 |
static const NORMAL:String = "normal"指定舞台处于标准模式。