haXe API Documentation
Back |
Indexextern class flash.Stage
Available in flash
- static var align : String
- static var displayState : String
-
Set to "fullScreen" in order to set Flash to fullscreen
(can only be done in Mouse/Keyboard event listener).
Don't forget allowfullscreen="true" in your SWF parameters.
- static var fullScreenSourceRect : flash.geom.Rectangle<Int>
- static var height : Float
- static var scaleMode : String
- static var showMenu : Bool
- static var width : Float
- static function addListener(listener : Dynamic) : Void
- static dynamic function onFullScreen(full : Bool) : Void
- static function removeListener(listener : Dynamic) : Void
Back |
Index