Hi! Here's a quick tip for any Flash developers still out there!
In AS3, scrolling on the Flash Player will also scroll the page. The fix involving JavaScript injection is unhelpful because some sites don't allowScriptAccess, rendering the solution useless for most developers.
A better fix is to override the AS3 functionality with ActionScript 2 scrolling behavior. I present to you: Denis Kolyako's "MouseWheel" Class!
Here's my video explaining the solution:
Here's the download for the class: http://zanzlanz.com/YT/MouseWheel.as
I hope that helps someone!
- Zanz
Hacsev
Nice, thank you for sharing!
Zanzlanz
You're welcome! Thanks for commenting :)