Flex hand cursor on chrome issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ITProgrammer985
    New Member
    • May 2010
    • 13

    Flex hand cursor on chrome issue

    Hi all,
    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);
    but it did not work
    thanks in advanced
Working...