I have a skinnable container that is bigger than my screen. I want to make the scrollbars invisible - which works - and further use the mousewheel and touchpad for horizontal and vertical scrolling. The MOUSE_WHEEL mouseevent works great for vertical scrolling, triggered by the mouse wheel and the touchpad vertical move. I am not able to listen to the horizontal touchpad scroll event. Is there a offical way to do so or a work around?
EDIT: I found a custom public class on this page: http://blog.hiraash.org/2010/08/09/finally-touchpad-and-mouse-wheel-scrolling-for-your-flash-application/. Unfortunately I was not able to make it work until now. As well I am still not sure if this hack is necessary.