Stage
extern class flash.StageAvailable in flash8
static var align : String
static var displayState : StringSet 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 : 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
version #13260, modified 2012-04-12 22:28:33 by api
0 comment