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 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: #ffffff;
> borderColor: #B7BABC;
> backgroundColor: #000000;
> background-alpha: .5;
> background-image: Embed("/images/bg.png");
> borderStyle: none;
> borderThickness: 0; }
>
> I want to be able to change the background alpha dynamically.
> thanks,
>
>  
>



-- 
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'.

Reply via email to