Archive for October 21st, 2008
Detect the Installed Flash Player Version
Alert.show(“You are using flash version”+flash.system.capabilities.version.tostring());
this will give you the Flash Player Version installed in your system:-)
Hiding Windows Default Cursor
Mouse.hide()—–use this method when ever you want to hide windows default cursor
Mouse.show()—-use this method to display the hidded windows default cursor
These methods are commonly used when user mouseover any video player,where we can hide the default window cursor:-)
Setting handCursor
<mx:Label text=”change cursor” useHandCursor=”true” mouseChildren=”false” buttonMode=”true”/>
same property can be applied for setting handcursor in canvas,button..