User Guide
Stage 619
Property summary
Properties inherited from class Object
Event summary
Method summary
Methods inherited from class Object
Modifiers Property Description
static align:String Indicates the current alignment of the SWF
file in the player or browser.
static height:Number Property (read-only); indicates the current
height, in pixels, of the Stage.
static scaleMode:String Indicates the current scaling of the SWF file
within Flash Player.
static width:Number Property (read-only); indicates the current
width, in pixels, of the Stage.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onResize = function() {} Invoked when Stage.scaleMode is
set to noScale and the SWF file is
resized.
Modifiers Signature Description
static addListener(listener:Object) : Void Detects when a SWF file is resized
(but only if Stage.scaleMode =
"noScale").
static removeListener(listener:Object) :
Boolean
Removes a listener object created
with addListener().
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)