(This is a question for Flash 9/10 AS3.)
I'm trying to solve a problem where the user has to click on an area before it starts getting mouse wheel events.
I assume the focus is set elsewhere so in the ctor for my movieclip that is asking for events, I say "stage.focus = this". This ought to work, judging from the web searches I did. But it doesn't. I still have to click on the clip before it starts hearing mouse wheel events.
What could I be doing wrong here? This is basic AS3 stuff in the Flash IDE, running through the IDE as a test (not hosted on a web page yet), no Flex, no components..
The wheel events come through great and work perfectly, but I want to avoid having to do that initial click.