In Flex, by default, when you hover over text input, the mouse cursor changes to standard panel I. How can I change this cursor to display a normal mouse cursor, rather than a cross line I?
update: Well, this process seems to be simple in Flex 4 according to this blog post: http://blog.flexexamples.com/2008/11/03/setting-mouse-cursors-in-flash-player-10/
Since I'm stuck with Flex 3 at the moment, how can I do something like this?
update2: Also, this question is somewhat similar to this question: Preventing cursor changes in dynamic text fields in Flash CS3
Although, I use the standard Flex Builder, not Flash CS3.
flex cursors
DyreSchlock
source share