| window.runtime 属性 | window.runtime.flash.display.StageDisplayState |
| 继承 | StageDisplayState Object |
| 运行时版本: | 1.0 |
Stage.displayState 属性提供值。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| FULL_SCREEN : String = "fullScreen" [静态]
指定舞台处于全屏模式。 | StageDisplayState | ||
| FULL_SCREEN_INTERACTIVE : String = "fullScreenInteractive" [静态]
指定舞台处于启用键盘交互性操作的全屏模式。 | StageDisplayState | ||
| NORMAL : String = "normal" [静态]
指定舞台处于标准模式。 | StageDisplayState | ||
| FULL_SCREEN | 常量 |
| FULL_SCREEN_INTERACTIVE | 常量 |
static const FULL_SCREEN_INTERACTIVE:String = "fullScreenInteractive"| 运行时版本: | 1.0 |
指定舞台处于启用键盘交互性操作的全屏模式。
| NORMAL | 常量 |