flex3 - Issue in chrome when using cursormanager(Its Displaying both custom cursor and normal mouse pointer) -


i using cursor manager set hand cursor overlay.

its works fine in mozilla firefox , ie8, in chrome shows hand cursor , normal mouse pointer, here code

import mx.managers.cursormanager; import mx.managers.cursormanagerpriority; [embed(source="/assets/images/cursor_hand.gif")]     public var handcursor:class;  renderer.addeventlistener(mouseevent.mouse_over, function(event:mouseevent):void{                         cursormanager.setcursor(handcursor,cursormanagerpriority.high, 3, 2);                     });                     renderer.addeventlistener(mouseevent.mouse_out, function(event:mouseevent):void{                         cursormanager.removeallcursors();                     }); 

am missed here? using flex builder 3 , flash player 9.

access this link in chrome , check whether seeing custom cursor alone. if no, try update flash player version.i have version have version 10,0,45,2 , seeing custom cursor in chrome.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -