[flexcoders] How to turn a dynamically loaded swf into a popup quick?

2008-09-19 Thread Boon Chew
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

Re: [flexcoders] How to turn a dynamically loaded swf into a popup quick?

2008-09-19 Thread Michael Schmalle
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

Re: [flexcoders] How to turn a dynamically loaded swf into a popup quick?

2008-09-19 Thread Boon Chew
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: flexcoders@yahoogroups.com Date: Friday, September 19, 2008, 11:08 AM