Field Summary |
public
| addEventListener: Function |
| See the EventDispatcher Class in Flash Help
|
|
public
| closeHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| focusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| killFocusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| removeEventListener: Function |
| See the EventDispatcher Class in Flash Help
|
|
public
| sizeHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| tabFocusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
|
Property Summary |
public
| closeable: Boolean (write)
|
| Sets the closable mode of the component. If true, a button will appear on the window allowing it to be closed.
|
|
public
| closeable: Boolean (read)
|
| Gets the closable mode of the component.
|
|
public
| content: MovieClip (read-only)
|
| Returns a reference to the content attached into the window.
|
|
public
| contentPath: String (write)
|
| Sets the linkage name of an exported symbol in the library. This will be attached inside the window.
|
|
public
| contentPath: String (read)
|
| Gets the linkage name of the content symbol.
|
|
public
| draggable: Boolean (write)
|
| Determines if the window can be dragged by clicking on the title bar.
|
|
public
| draggable: Boolean (read)
|
| Gets the the draggable mode of the component.
|
|
public
| removeOnClose: Boolean (write)
|
| Sets the removeOnClose mode of the component. If true, the component will be removed when the user clicks the close button in the upper right corner. If false, the window will only broadcast a "close" event and it is up to you to handle that event and implement whatever behavior you want.
|
|
public
| removeOnClose: Boolean (read)
|
| Gets the removeOnClose mode of the component.
|
|
public
| resizable: Boolean (write)
|
| Sets the resizable mode of the component. If true, handles will appear in the lower right corner of the window allowing the user to resize the window with the mouse.
|
|
public
| resizable: Boolean (read)
|
| Gets the resizable mode of the component.
|
|
public
| title: String (write)
|
| Sets the text to show in the title bar of the window.
|
|
public
| title: String (read)
|
| Gets the text showed in the title bar of the window.
|
|
|
|
Constructor |
public
| Window (
Void)
|
|
|
|
Method Summary |
public static
| create (
target: MovieClip, id: String, depth: Number, initObj: Object
): Window |
| Static method used to create an instance of a Window on stage at run time.
|
|
|
|