| window.runtime property | window.runtime.flash.display.NativeWindowType |
| 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
| 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 | ||
| LIGHTWEIGHT | Constant |
| NORMAL | Constant |
| UTILITY | Constant |