Is it possible to change default system’s ‘hand’ cursor with some ‘my_cursor.png” file in Flex 3 so whenever user points over button he can see my custom cursor? 🙂
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check these out:
Unofficial:
Official:
I would then tackle the mouseover as follows (Pseudo code):
Every button I’d use in my app would then be an instance of ButtonWithCustomCursor and the behaviour would hence be available on all buttons in my application.
Also, do remember to remove your EventListeners since they could lead to memory leaks.