Skip to main content
Participant
November 18, 2010
Answered

Hide the status bar/ toolbar

  • November 18, 2010
  • 7 replies
  • 6145 views

Anyway to hide the status/toolbar?

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer chris.campbell

Hi Bobby,

Try setting the fullScreen property to true in your application descriptor.  You can find additional details on our Setting application properties page.

Chris

7 replies

chris.campbell
chris.campbellCorrect answer
Legend
November 18, 2010

Hi Bobby,

Try setting the fullScreen property to true in your application descriptor.  You can find additional details on our Setting application properties page.

Chris

Participant
November 18, 2010

Sweet Thanks

Chris W. Griffith
Community Expert
Community Expert
November 19, 2010

You also might want to make sure you include these lines of ActionScript:

stage.scaleMode = StageScaleMode.NO_SCALE;

stage.align = StageAlign.TOP_LEFT;