dovrebbe funzionare con questo codice (non l'ho testato)

Codice PHP:
var = {};
o.onResize = function(){
if(
Stage.height 768){
Stage.scaleMode "showAll";
} else {
Stage.scaleMode "noScale";
}
}
Stage.addListener(o);