i am trying to use custom hand cursor over text in flex but i cant get rid of the normal mouse pointer this issue is only with chrome
i tried to use
Code:
CursorManager.setCursor(customCursor,CursorManagerPriority.HIGH);
thanks in advanced
CursorManager.setCursor(customCursor,CursorManagerPriority.HIGH);
<mx:AxisRenderer xmlns:mx="http://www.adobe.com/2006/mxml" tickPlacement="none" labelRotation="50" fontFamily="Myriad Pro" fontSize="15" fontAntiAliasType="normal"> <mx:labelRenderer> <mx:Component> <mx:Label > <mx:Script> <![CDATA[
Leave a comment: