I'm using OL for embedded flash 6 development on our little touchscreen. I've noticed that button presses on a small app built using OL respond slower than the same app build using straight flash. I'm using a custom basebutton class that extends basecomponent. My custom class only has 2 states, mouseup and mousedown. Does anyone have any ideas on how to make it faster?
For example, I don't need to track focus or listen to mouseover events since I'm on a touchscreen. Is there a way to disable that stuff altogether?
