Open popup in flex
You can use import mx.managers.PopUpManager to manage popups in your flex applications.
Import popup manager class by importing it.
import mx.managers.PopUpManager;
To open the poup first you have to create the instance of the control you want to show on popup and add it to the popup manager.
Here is the code to [...]






