Help with mac projector full screen problem!

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:

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: