air application fullscreen trouble
- by tsemer
Hi there,
I am working on an adobe AIR application and having trouble with fullscreen.
When I set the application in fullscreen
(stage.displayState = StageDisplayState.FULL_SCREEN;)
the display freezes and nothing is being rendered.
When I set it back to normal (by pressing esc) the application works fine.
thanks