Hi there,
I've built a widget for OS X. It's written in Flash (bah, I know) and is injected into the widget canvas via SWFObject. The problem I'm having is that the Flash has a scroll function and the entire widget is grabable. How can I disable the grab functionality on certain parts of the widget and enable it for others?
I could always transform the scrollbars into clickable ones, but that's not as nice.
Thanks.