I appreciate this question has been asked in the past, but I can only find tutorials for use with HTML…
Basically when the user loads the SWF on their computer, I want it to jump to full screen - PREFERABLY with no toolbar on the top and no windows toolbar on the bottom.
Now this must be possible?
Ideally I want the content to stay its native size (720P) but for the black stage to create a border depending on the size of their resolution / monitor.
I have tried the code below but no luck.
this.stage.displayState = StageDisplayState.FULL_SCREEN;
Many thanks.