Stage 代表整個 Flash 顯示區域。
stageHeight:int
stageWidth:int
frameRate:Number //影格速率
scaleMode:String
//StageScaleMode.EXACT_FIT -- 在指定區域內完整顯示,同時維持原始比例。
//StageScaleMode.SHOW_ALL -- 在指定區域內完整顯示,但不保留原始比例。
//StageScaleMode.NO_BORDER -- 填滿指定的區域,維持原始比例,但可能會被裁切。
//StageScaleMode.NO_SCALE -- 固定,就算視窗大小變更,還是維持不變。若視窗小於內容,則裁切。
displayState:String
//顯示狀態, 有效值為StageDisplayState.FULL_SCREEN 與 StageDisplayState.NORMAL ("fullScreen" 與 "normal")
//影片在全螢幕模式中的縮放行為是由 scaleMode 設定決定
//若要全螢幕顯示swf, html碼也要設定AC_FL_RunContent(... "allowFullScreen", "true", ...)
fullScreenHeight:uint
fullScreenWidth:uint
//傳回如果立即進入全螢幕狀態,將會使用的監視器 高度|寬度
fullScreenSourceRect:Rectangle
//全螢幕顯示的指定區塊
沒有留言:
張貼留言