PopUpManager class

ActionScript Class Name mx.managers.PopUpManager

The PopUpManager class lets you create overlapping windows that can be modal or nonmodal. (A modal window doesn't allow interaction with other windows while it's active.) You use the methods of this class to create and destroy pop-up windows.

NOTE

The PopupManager class is supported only if you are working in a document that specifies ActionScript 2.0 in its Publish Settings.

Method summary for the PopUpManager class

The following table lists the methods of the PopUpManager class.

Method

Description

PopUpManager.createPopUp()

Creates a pop-up window.

PopUpManager.deletePopUp()

Deletes a pop-up window created by a call to PopUpManager.createPopUp().