Did you get this to work at all? I was digging through the PopUpManager implementation earlier this week in an attempt to do exactly this, but haven't had any luck yet.
Any more tips would be really helpful. -D --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > You can copy the code from PopUpManager and put a modalTransparency > window wherever you want. > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Ingram > Sent: Wednesday, September 19, 2007 6:40 AM > To: [email protected] > Subject: [flexcoders] Modal Window that doesn't disable the whole flash > player > > > > Hi, I want to know if it's possible to have a modal window that doesn't > disable the whole of the flash player. For instance, I have an > application which hosts another application (a widget). When the widget > is waiting for it's data I use the PopUpManager to display a canvas (in > order to blur the application and disable the user interface). The > trouble is, the PopUpManager appears to be shared across all > applications in the flash player, so the popup isn't added relative to > the widget, it's added relative to the application. Also, the whole of > the application is disabled, not just the widget. Does anyone have any > clever ways around this? > > > > Thanks, > > > > Mark >

