How Do I Use ExternalMouseWheel?
I apologize for the newbie question, but I'm trying to figure out how to initialize the ExternalMouseWheel helper to get mouse wheel zooming in Flex on the Mac.
I see that it requires the stage object and I've googled around for examples. I have a function set to receive the applicationComplete event but I'm not sure where to actually get the stage reference... it seems to be null.
Does someone have a working example?
thanks,
Pat
I see that it requires the stage object and I've googled around for examples. I have a function set to receive the applicationComplete event but I'm not sure where to actually get the stage reference... it seems to be null.
Does someone have a working example?
thanks,
Pat
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?Pat,
Welcome! Don't worry, I am sure we can fix this together. I am assuming your building a Flex application and therefore the main MXML application class always has a reference to stage.
Actually, here's a good example (line #53):
http://code.google.com/p/open-zoom/so...
–Daniel
The company says
this answers the question
-
Thanks. That worked.
Loading Profile...




EMPLOYEE