Hi all,
I made a small AIR app that I’d like to put in full screen when starting, but it goes only maximized. Here is how I try to achieve this in the constructor:
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
The thing is that it gets me to maximized window where the native window frame is still showing (minimize, maximize, close buttons and app name)
If I am setting the stage.displayState in a regular Flash app (played in flash player) then everything works as expected. App is really full screen with no window showing.
Could you help me how to get AIR work as Flash player?
Thanks a lot
Greg