want to make my dekstop application in full screen mode , hw can i do that without embedding in html
stage.displayState="fullScreen";
Hi,
stage.displayState = StageDisplayState.FULL_SCREEN;
Vipul