Flash MouseWheel Functionality on MAC
Part of eepmon version 3 allows the user to use their mouse wheel to scroll through content. Works great in Windows but no go on a MAC. So I’ve done a google search and stumbled upon pixelbreaker’s site where he has resolved the mouse wheel conflict.
Upon using his class I was successful - works perfectly in Firefox but the scrolling didn’t respond the way I wanted in Safari and does not seem to respond on IE5 for MAC
I couldn’t care less about IE5 but I was pretty concerned about Safari. The problem: whenever I mouse wheel up or mouse wheel down, JavaScript seems to be dispatching the mousewheel event twice which in turn makes Flash listen to the event twice. As a result, the navigation will skip every 2nd item. I was going through my code and tracing my results at all steps and still no dice. I don’t want to jump into hasty conclusion but could this be a browser issue? Has anyone come across this issue and if so please let me know! Otherwise, I’ve coded other ways to navigate the content but it would be nice if it scrolled properly in Safari.