MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 619

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents