Genius, thanks Mike. - boon
--- On Fri, 9/19/08, Michael Schmalle <[EMAIL PROTECTED]> wrote: From: Michael Schmalle <[EMAIL PROTECTED]> Subject: Re: [flexcoders] How to turn a dynamically loaded swf into a popup quick? To: [email protected] Date: Friday, September 19, 2008, 11:08 AM Hi, Couldn't you just create a subclass of say TitleWindow and make the SWF loader a single child. Maybe write a couple public methods to interface through the window to load your content. Then use the PopUpManager to popup that subclass that holds the SWFLoader. A thought, don't know the security issues though. Mike On Fri, Sep 19, 2008 at 2:02 PM, Boon Chew <[EMAIL PROTECTED] com> wrote: I have a swf that I am loading in via SWFLoader and I would like to treat it like a regular popup (like the ones created via createPopUp) , is that possible to do with PopUpManager? What's the alternative in order to achieve what PopUpManager achieves (ability to set modal/non-modal, bring to front, ability to move dialog around, etc.) without writing a ton of code? - boon -- Teoti Graphix, LLC http://www.teotigra phix.com Teoti Graphix Blog http://www.blog. teotigraphix. com You can find more by solving the problem then by 'asking the question'.

