Try adding buttonMode="true"

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of grimmwerks
Sent: Wednesday, September 19, 2007 9:55 AM
To: 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