I saw that thread.  I don't know much about states, especially the part
you want to know about.  I don't have time to play with it this week,
but maybe next.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of grimmwerks
Sent: Wednesday, September 19, 2007 12:52 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] useHandCursor on swfLoader doesn't work?

 

That does it - fantastic! Thanks as always.

 

I've a HUGE request at some point - regarding Transitions and Effects,
etc. The docs just don't seem very clear - especially in regards to the
AddChildAction and RemoveChildAction. 

 

Maybe something in-depth in regards to this in your blog?

 

The way effects/ transitions and filters init seem to fight as well.

 

 

On Sep 19, 2007, at 2:56 PM, Alex Harui wrote:





Try adding buttonMode="true"

 

________________________________

From: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> ]
On Behalf Of grimmwerks
Sent: Wednesday, September 19, 2007 9:55 AM
To: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> 
Subject: [flexcoders] useHandCursor on swfLoader doesn't work?

 

Trying this:

 

        <mx:AddChild position="lastChild">

                                   <mx:SWFLoader x="15" y="119"
source="img/largebar.swf" id="_largeBar"  useHandCursor="true"
rollOver="doZoom(event)" rollOut="doZoom(event)"
mouseDown="{barClicked()}" />

                             </mx:AddChild>

 

But it's still the regular cursor?

 

It's in a component; do I have to also import the CursorManager?

 

 

Reply via email to