包 | flash.display |
类 | public final class StageDisplayState |
继承 | StageDisplayState Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9.0.28.0 |
Stage.displayState
属性提供值。
另请参见
常量 | 定义方 | ||
---|---|---|---|
FULL_SCREEN : String = "fullScreen" [静态] 指定舞台处于全屏模式。 | StageDisplayState | ||
FULL_SCREEN_INTERACTIVE : String = "fullScreenInteractive" [静态] 指定舞台处于启用键盘交互性操作的全屏模式。 | StageDisplayState | ||
NORMAL : String = "normal" [静态] 指定舞台处于标准模式。 | StageDisplayState |
FULL_SCREEN | 常量 |
public static const FULL_SCREEN:String = "fullScreen"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9.0.28.0 |
指定舞台处于全屏模式。在此模式下禁用键盘交互性操作。
FULL_SCREEN_INTERACTIVE | 常量 |
public static const FULL_SCREEN_INTERACTIVE:String = "fullScreenInteractive"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 |
指定舞台处于启用键盘交互性操作的全屏模式。只有 AIR 应用程序支持此功能。
NORMAL | 常量 |
public static const NORMAL:String = "normal"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9.0.28.0 |
指定舞台处于标准模式。