Main Page | Packages | Class Tree | Index | Help

<root>

class Stage

Object
  |
  +--Stage


intrinsic class Stage
extends Object

ActionScript Standard Library Stage object



Field Summary

static
align: String


static
height: Number


static
scaleMode: String


static
showMenu: Boolean


static
width: Number


Fields inherited from class Object

__proto__, constructor, prototype

Method Summary

static
addListener ( listener: Object ): Void


static
removeListener ( listener: Object ): Void


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

align

static var align: String

height

static var height: Number

scaleMode

static var scaleMode: String

showMenu

static var showMenu: Boolean

width

static var width: Number

Method Documentation

addListener

static function addListener(listener: Object): Void

removeListener

static function removeListener(listener: Object): Void

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc