actionscript 3 - how to hide default cursor in chrome? [closed]

I've tried this

import flash.ui.Mouse;
Mouse.hide();

and it worked for me in google chrome.


This appears to be a verified bug in Chromium, only on Mac:

https://code.google.com/p/chromium/issues/detail?id=32703