vote up 0 vote down star

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

flag

1 Answer

vote up 0 vote down

Have you tried stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE?

link|flag
Hi, yes I tried this also but there is no difference.. thanks – tsemer Jul 15 at 10:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.