# Help with mac projector full screen problem!

**URL:** https://forum.kirupa.com/t/help-with-mac-projector-full-screen-problem/296957
**Category:** Uncategorized
**Created:** [September 23, 2009, 10:20am UTC](https://forum.kirupa.com/t/help-with-mac-projector-full-screen-problem/296957 "2009-09-23T10:20:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Puxley](https://avatars.discourse-cdn.com/v4/letter/p/57b2e6/32.png) [@Puxley](https://forum.kirupa.com/u/Puxley)
#### Post date: [September 23, 2009, 10:20am UTC](https://forum.kirupa.com/t/help-with-mac-projector-full-screen-problem/296957/1 "2009-09-23T10:20:31Z")

</div>

Hi all, I’ve developed a nice cross platform app, but when I test the mac-projector (.app) I still get the title-bar!!! WTF…I’ve looked everywhere for the solution but can’t find an answer.

my code/method:

```auto
import flash.display.StageScaleMode;
import flash.display.Stage;
import flash.display.*;
import flash.events.*;
import flash.media.Video;
import flash.net.*;
import flash.display.StageDisplayState;
import flash.system.System;
stage.displayState=StageDisplayState.FULL_SCREEN;
stage.align=StageAlign.TOP_LEFT;
//do not let any of the stage scale
stage.scaleMode=StageScaleMode.NO_SCALE;

```

Works fine on pc version…whats with the mac thing?  
please help, I’m loosing hair here.  
:hair:
