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]> 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.teotigraphix.com Teoti Graphix Blog http://www.blog.teotigraphix.com You can find more by solving the problem then by 'asking the question'.

