As it appears there’s a problem to implement the mousewheel over a Flex application under Mac. There is a solution, unfortunately through JavaScript, but however it works.
See how on http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/
The problem is that the mousewheel event listener is registered by the JavaScript and sometimes is still working after mouseout from the flash movie.
Related posts: