[flexcoders] How do I reference the background Image of the application?

2008-09-09 Thread luvfotography
Hi, I want to change the backgroundAlpha of the Application's background image. But how do I reference it? The application tag doesn't allow an id?? Here's what I have: This blows up: Application.application.SetStyle(backgroundAlpha, .3); in the Styles I have: Application { color:

Re: [flexcoders] How do I reference the background Image of the application?

2008-09-09 Thread Michael Schmalle
Hi, Since you are using the application, I think it's; backgroundAlphas style since it's a gradient. Would be; Application.application.setStyle(backgroundAlphas, [.3, .3]); Mike On Tue, Sep 9, 2008 at 1:17 PM, luvfotography [EMAIL PROTECTED] wrote: Hi, I want to change the