包 | flash.display |
类 | public final class StageDisplayState |
继承 | StageDisplayState Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0, Flash Player 9.0.28.0, Flash Lite 4 |
Stage.displayState
属性提供值。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
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, Flash Lite 4 |
指定舞台处于全屏模式。在此模式下,会为移动设备启用键盘交互性。
FULL_SCREEN_INTERACTIVE | 常量 |
public static const FULL_SCREEN_INTERACTIVE:String = "fullScreenInteractive"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11.3, AIR 1.0, Flash Lite 4 |
指定舞台处于启用键盘交互性操作的全屏模式。从 Flash Player 11.3 起,AIR 应用程序和基于浏览器的应用程序都支持此功能。
相关 API 元素
NORMAL | 常量 |
public static const NORMAL:String = "normal"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0, Flash Player 9.0.28.0, Flash Lite 4 |
指定舞台处于标准模式。
Tue Jun 12 2018, 11:04 AM Z