The complete event does trigger

I do see the alpha change from my css.

But the background image still remains the same

Thanks, for pointing out the StyleManager events

--- In flexcoders@yahoogroups.com, "Douglas Knudsen"
<[EMAIL PROTECTED]> wrote:
>
> you can listen for failures, eh?
> 
> //load styles
>             var e:IEventDispatcher;
>             e = StyleManager.loadStyleDeclarations('my.swf',true);
>             e.addEventListener(StyleEvent.COMPLETE,
onUpdateStylesComplete);
>             e.addEventListener(StyleEvent.ERROR, onStyleEventError );
> 
> 
> DK
> 
> On Fri, Sep 5, 2008 at 11:25 AM, Sherif Abdou <[EMAIL PROTECTED]> wrote:
> 
> >    Your not actually calling it are you? cause I tested it out and It
> > works fine,
> >
> > <?xml version="1.0" encoding="utf-8"?>
> >
> > <mx:Application
> > xmlns:mx="library:adobe/flex/halo"
> >
> > xmlns="http://ns.adobe.com/mxml/2009";
> >
> > xmlns:ns="library:adobe/flex/gumbo" xmlns:local="*" creationComplete="
> > initApp()">
> >
> > <Script>
> >
> > 

Reply via email to