For my project I spent an hour implementing full screen, the as code is actually very easy and you just need to add 1 parameter in html later
stage.displayState = StageDisplayState.FULL_SCREEN;
However, what I didn’t realize is the limitations to it View full article »
