00:00
00:00
Newgrounds Background Image Theme

Johndewey just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Native Cursors Not Working In Fp13

302 Views | 2 Replies
New Topic Respond to this Topic

I've noticed that custom cursors seem to not be working any more in my browser. It works fine when I run the SWF on the desktop but nothing shows up in the browser. I was wondering if anyone else has observed the same thing. The problem is that I don't know what the problem is. Is it flash player, the browser or perhaps I'm using an outdated API, I have No Idea.

Any advice would be appreciated.

Response to Native Cursors Not Working In Fp13 2014-05-05 15:19:03


According to the API you need player version 10.2 or higher.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/ui/Mouse.html#cursor

Either there is a problem with the new flash player (if you are indeed using version 13) or there is a problem with your code. Make sure the code runs as it should by including some trace statements.

Response to Native Cursors Not Working In Fp13 2014-05-05 15:33:11


At 5/5/14 03:19 PM, Sandremss128 wrote: According to the API you need player version 10.2 or higher.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/ui/Mouse.html#cursor

Either there is a problem with the new flash player (if you are indeed using version 13) or there is a problem with your code. Make sure the code runs as it should by including some trace statements.

Oh dear, Well the issue was related to a new version of flash player but not what I thought. But I'm glad to say I fixed it.