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: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks
Sent: Wednesday, September 19, 2007 9:55 AM
To: [email protected]
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?