| window.runtime property | window.runtime.flash.display.NativeWindowType |
| Inheritance | NativeWindowType Object |
| Runtime Versions: | 1.0 |
type property of the
NativeWindowInitOptions object used to create a native window.
Note: The type value is specified when a window is created and cannot be changed.
See also
Public Methods
Constants
| Constant | Defined By | ||
|---|---|---|---|
| LIGHTWEIGHT : String = "lightweight" [static]
A minimal window. | NativeWindowType | ||
| NORMAL : String = "normal" [static]
A typical window. | NativeWindowType | ||
| UTILITY : String = "utility" [static]
A utility window. | NativeWindowType | ||
Constant Detail
LIGHTWEIGHT | Constant |
public static const LIGHTWEIGHT:String = "lightweight"| Runtime Versions: | 1.0 |
A minimal window.
NORMAL | Constant |
public static const NORMAL:String = "normal"| Runtime Versions: | 1.0 |
A typical window.
UTILITY | Constant |
public static const UTILITY:String = "utility"| Runtime Versions: | 1.0 |
A utility window.
Thu Sep 29 2011, 02:34 AM -07:00

Object
Hide Inherited Public Properties
Show Inherited Properties