How to disable custom mouse cursor
Is there a way to disable mouse cursor and use default mouse cursor instead ? It is because there is a annoying lag when you move mouse cursor inside document area. It isn't smooth at all.
Re: How to disable custom mouse cursor
This is not documented but in the current version you may disable custom mouse cursor using this AS2 code:
p2f here refers to the object returned from LoadPrint2FlashDoc function call (see http://print2flash.com/help/UsingDocume ... mFlash.php)
Code: Select all
p2f.onMouseMove=undefined
Re: How to disable custom mouse cursor
How would you do this p2f.onMouseMove=undefined in in flex using as3