There's an old issue with Flex that CursorManager does not provide access to the current cursor to customize its look and behavior. (Here's one old blog post on the topic: http://jessewarden.com/2009/01/making-a-cooler-cursor-in-flex.html)
I currently have a need to create a dynamic cursor, and I thought I'd make the cursor available in CursorManager so people don't need to monkey patch things every time they need this. Is there any reason this would be a bad idea? Was there a valid reason it was made private in the original design? Harbs