[flashdevelop3] Filling the browser?!

I don’t know if this is a dumb question… But… How would you scale your stage to fit the entire browser in flash develop 3? It doesn’t take 100% as stage width and height…

I’ve tried this:


stage.scaleMode = StageScaleMode.SHOW_ALL;

And all of the other StageScaleModes and it just doesn’t work properly… Am I missing something here?