Skip to main content
Participant
November 18, 2010
Answered

Hide the status bar/ toolbar

  • November 18, 2010
  • 1 reply
  • 6135 views

Anyway to hide the status/toolbar?

This topic has been closed for replies.
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

1 reply

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;