PDA

View Full Version : MovieClip-Buttons & Mac Flash-Player



m90
March 26th, 2009, 08:15 AM
Hello!

I have a few buttons on stage that I draw from my library (MovieClips therefore that I add a buttonMode = true to then). They are simple drawn button icons with a solid background color.

Everything works fine in Windows, yet as I tested everything on a Mac I noticed that those buttons are really jerky & hard to use, especially those who don't work on MouseEvent.CLICK but on MouseEvent.MOUSE_DOWN. This is the case with all browsers on Macintosh so I assume it's a flash thing. I export to Flash Player 10 and embed using a simple <object><embed></embed></object>.

Anyone else ever encountered this?

Thanks!!!