heh.. thanks *feels stupid* ;)

On Thu, 24 Mar 2005 10:10:56 +0100, Dirk Eismann
<[EMAIL PROTECTED]> wrote:
> 
> Every modal popup has a property called modalWindow which points to the 
> MovieClip that was used to create the modal layer. Good ol' setRGB on that 
> thing should work:
> 
>   var win = mx.managers.PopUpManager.createPopUp(this, mx.containers.Panel, 
> true);
>   var c:Color = new Color(win.modalWindow);
>   c.setRGB(0xff0000);
> 
> Dirk.
> 
> > -----Original Message-----
> > From: Scott Barnes [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, March 24, 2005 6:13 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Modal Transparency Color
> >
> >
> >
> > Forgive me if this has been asked a million times but how doth i
> > change the color of the modal transparency layer from white to say
> > red?
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 


-- 
Regards,
Scott Barnes
http://www.mossyblog.com
http://www.flexcoder.com (Coming Soon)


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to