This question was posted in response to the following article: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/managers/PopUpManage r.html
What is the difference between addPopup and createPopup, since either one has to implement IFlexDisplayObject?
addPopup makes it more difficult to use removePopup, since only the createPopup method returns the object.
Is there a reason to use one rather than the other?