Setting handCursor
<mx:Label text=”change cursor” useHandCursor=”true” mouseChildren=”false” buttonMode=”true”/>
same property can be applied for setting handcursor in canvas,button..
<mx:Label text=”change cursor” useHandCursor=”true” mouseChildren=”false” buttonMode=”true”/>
same property can be applied for setting handcursor in canvas,button..