Topic: Full Screen Mode

Hi All,

Is it possible to resize an app to full screen?

Something like:

var resizeListener = new Object();
resizeListener.onResize = function():Void{
    stage_size.text = Stage.width + "x" + Stage.height;
}
Stage.addListener(resizeListener);

I am using a Sony dash and the max resolution is 860x480 vs 320x240.

Thanks,

- J