AS3 mouseX and mouseY values wrong in Firefox

Posted by Gerard on Stack Overflow See other posts from Stack Overflow or by Gerard
Published on 2010-03-30T03:52:02Z Indexed on 2010/03/30 3:53 UTC
Read the original article Hit count: 329

Filed under:
|
|
|

Hi there,

I'm getting some strange behaviour in my Flash movie, only in Firefox for MAC (3.6.2).

Basically, the mouseX and mouseY properties of all display objects become massive numbers: < 100000000. This issue only occurs on Firefox, it is not present when the movie is run standalone, nor when it is run on any other browser.

The swf requires Flash Player 10, and is written in AS3. It is also embedded via SWFObject, but I tested using the export code supplied with Flash and verified the issue is still present.

Has anybody heard of this? Is it a Flash or Firefox bug? Is it a bug at all?

Thanks

© Stack Overflow or respective owner

Related posts about flash

Related posts about as3