Flash Player versions later than 10.2 provide built-in custom mouse styles (cursors. For this function, note the following:
- The custom cursor is based on bitmap and uses bitmapdata data;
- You can set the cursor as an animation: you only need to set multiple bitmaps. Setting a single bitmap is a non-animated cursor;
- If the cursor is an animation, you can also set the framerate attribute (frame rate) of the mousecursordata class to play at the specified frame rate;
- The size of the cursor (that is, the size of the bitmap) cannot be greater than 32 × 32, which is due to system restrictions;
- The cursor has a hot spot attribute (the hotspot of the mouse, point type), and the X and Y attributes cannot exceed 31 (because the cursor size is only 32 pixels );
More about Flash Player 10.2 and demosCodePlease go to: introducing Flash Player 10.2 Beta
In addition, the complete version number is not displayed in the right-click Flash Player of the previous version. After Flash Player 10.2, this function is available:
If you want to try Flash Player 10.2, you can
:
- Download Flash Player 10.2 or later: http://labs.adobe.com/downloads/flashplayer10.html
- Download flex SDK 4.5.0.18623 and select this version in Flash builder to compile SWF: Flex SDK 4.5.0.18623