As with Flash 11.3, there is a way.
You need to enter full screen mode with this code:
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
And add the parameter to the HTML:
<param name="allowFullScreenInteractive" value="true" />
source share