View comments | RSS feed

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().


Flash CS3


Comments


TessandraFae said on Oct 1, 2007 at 9:28 AM :
I need to use a Popup Manager in an Actionscript 3.0 Project. Is there an equivalent?
adbe_paul said on Oct 3, 2007 at 3:57 PM :
@TessandraFae:
Flex includes a whole windowing framework, including a popup manager, that can be used in ActionScript 3.0. For Flash CS3's ActionScript 3.0 components, the decision was made to keep the components simple and lightweight -- they only include user interface controls, they can be skinned visually in the authoring tool, but they don't include any components for layout or windows (such as popup windows and the PopupManager component).
No screen name said on Nov 21, 2007 at 7:39 AM :
Is there an equivalent to the PopupManager class for use in Flash CS3? I am not using Flex, but would still like to create popup windows within my Flash application.
maxndex said on Feb 16, 2008 at 5:48 PM :
I too am looking to convert my ActionScript 2.0 files to ActionScript 3.0, and can find no reference material on how to create the equivalent of a Popup Windows. Are we missing something?

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00003353.html