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
sorry for not updating the post earlier. the problem is solved. there were some issues with the graphics card on the computer I was working.. now everything works fine! thanks