About the PopUp manager class

ActionScript class namespace mx.managers.PopUpManager

The PopUpManager class allows you to create overlapping windows that can be modal or non-modal. (A modal window doesn't allow interaction with other windows while it's active.) You can call PopUpManager.createPopUp() to create an overlapping window, and call PopUpManager.deletePopUp() on the window instance to destroy a pop-up window.

Method summary for the PopUpManager class

Event

Description

PopUpManager.createPopUp()

Creates a pop-up window.

PopUpManager.deletePopUp()

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