Here is the application I need help with: http://www.nypinball.com/inventory.php
The entire box at the top is a Flex application. The box on the left with the list of pinball machines is a VBox. As you can see, if you try to scroll with your mousewheel, it doesnt respond. The reason this is shut off is because I found that if it's turned on, when you scroll up/down, the whole page goes with it. So if you scroll down four or five times, the application goes out of sight. I tried finding a solution to this when I programmed this last year but wasnt able to find any answers. Does anyone know if there's a way to make Flex grab the focus of the mousewheel and not let the browser move as well?