Hia,

sorry in advance if this question was asked a few times before, I searched the board but couldn´t find an answer.

I have a pretty simple CS3 AS3 app that´s basically not more then a countdown.
I want this countdown to be displayed in fullscreen mode, so I just call
fscommand("fullscreen","true");

This works fine on PC but on OS X 10.5, the app is only maximized and the title bar is still visible. Is there any smarter way to get my app fullscreen except buying a thirdparty tool?

I know about StageDisplayState.FULL_SCREEN but that would disable keyboard input, which is a must for my app.

edit: for security reasons, an AIR application is no option as well...

If anyone could help me out I´d be glad to hear your thoughts