I have four main nav buttons. They have event listeners for MOUSE_OVER,
MOUSE_OUT, and CLICK. They work fine.
When I go into fullscreen mode using "stage.displayState =
StageDisplayState.FULL_SCREEN;" it goes full screen, but three of my four nav
buttons are disabled. The MOUSE_OVER and MOUSE_OUT functions work, but the
CLICK function does not. If I go into full screen mode, then ESC out of it, the
buttons are still disabled...
The fourth nav button does work, and after I click on it, the rest of the nav
buttons will function correctly.
this almost sounds like a bug. I'm on a Mac OSX 10.5.4, and I installed the
newest flash player 9. I also tested it out on a PC, and its performs the same
way. Any ideas?
MikeTheVike1 - 16 Jul 2008 19:41 GMT
i had an "=" instead of an "==" in an "if" statement, and it was changing the
value of a variable instead of comparing it. This was in my resize function
that was called when the stage was resized. Thus affecting fullscreen mode.
Sure wish flash would have thrown an error on that typo! Works now though.