Saturday 15 September 2012

actionscript-3 fullscreen flash projector -


Is it possible to create a fluid layout (fullscreen limited phase) for a winning projector, but if we click the fullscreen button , The stage will be full screen, how?

I have tried

  fscommand ("fullscreen", "true"); Fscommand ("allowcale", "false");   

but the result is not good

See the picture on my single question

Add these settings by default:

  stage.scaleMode = StageScaleMode.NO_SCALE; Stage.align = StageAlign.TOP_LEFT;   

And for your fullscreen action:

  stage.displayState = StageDisplayState.FULL_SCREEN;    

No comments:

Post a Comment