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/flash/ui/MouseCursor.html On Thu, Jun 26, 2014 at 4:14 PM, zavr <[email protected]> wrote: > 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 implementation? The reason > I'm asking is because it's a hassle to find cursor icons on the web, and > also on different operating systems they are supposed to look differently > (+ > possibly different cursors for accessibility settings). I guess a hack to > make it work would be to place a transparent image over flash object in > html > and using ExternalInterface call javascript function that would change the > cursor property of that image when needed, but if browsers get access to > the > cursors, why can't Flash Player? > > Many thanks. > > > > > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/Native-cursors-tp38659.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >
