套件 | 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, 03:47 PM Z