Page 1 of 1

How to disable custom mouse cursor

Posted: Thu Nov 06, 2008 10:13 pm
by hiendm
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

Posted: Mon Nov 10, 2008 10:14 am
by staff
This is not documented but in the current version you may disable custom mouse cursor using this AS2 code:

Code: Select all

p2f.onMouseMove=undefined
p2f here refers to the object returned from LoadPrint2FlashDoc function call (see http://print2flash.com/help/UsingDocume ... mFlash.php)

Re: How to disable custom mouse cursor

Posted: Tue Mar 17, 2009 9:59 am
by plexus
How would you do this p2f.onMouseMove=undefined in in flex using as3