Skip to content

Mouse wheel problem... Solved!

jacomyal edited this page Sep 13, 2010 · 1 revision

Since the last Flash Player version, there is a problem when scrolling with the mouse wheel to zoom in or out. Indeed, when you try to zoom, unless if you are on Ubuntu (I don’t understand that why…), the window will scroll at the same time. To avoid that, I use two JavaScript functions (found here, thanks to them) which stops the propagation of event mouseScroll. It works at least with Windows XP on Google Chrome and Mozilla Firefox for the moment, I will test other brothers soon.

So, if you want to use that, you need from now on to copy all my new object balise from my bin/test.html file, including the JavaScript source.

I hope it will be usefull!

Clone this wiki locally