Re: Native cursors

2014-06-28 Thread jude
I don't think Flex has an implementation for native cursors. You would have to natively set the cursor on roll over and set it to auto on roll out. As far as I know, Flash only comes with a few default cursors: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fla

Native cursors

2014-06-26 Thread zavr
Hello! In CSS, it is possible to use different custom cursors by specifying the cursor property, e.g. /cursor:e-resize/. I was wondering, if there is any way to add the support for native cursors in Flex, or it's the Flash Player's responsibility which depends on Adobe's impl