How to disable custom mouse cursor

Customizing interface of the converted documents
Post Reply
hiendm
Posts:1
Joined:Thu Nov 06, 2008 10:09 pm
How to disable custom mouse cursor

Post by hiendm » Thu Nov 06, 2008 10:13 pm

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.

staff
Posts:267
Joined:Sat Dec 15, 2007 4:48 pm

Re: How to disable custom mouse cursor

Post by staff » Mon Nov 10, 2008 10:14 am

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)

plexus
Posts:2
Joined:Tue Mar 17, 2009 9:57 am

Re: How to disable custom mouse cursor

Post by plexus » Tue Mar 17, 2009 9:59 am

How would you do this p2f.onMouseMove=undefined in in flex using as3

Post Reply