dovrebbe funzionare con questo codice (non l'ho testato)
Codice PHP:
var o = {};
o.onResize = function(){
if(Stage.height < 768){
Stage.scaleMode = "showAll";
} else {
Stage.scaleMode = "noScale";
}
}
Stage.addListener(o);
dovrebbe funzionare con questo codice (non l'ho testato)
Codice PHP:
var o = {};
o.onResize = function(){
if(Stage.height < 768){
Stage.scaleMode = "showAll";
} else {
Stage.scaleMode = "noScale";
}
}
Stage.addListener(o);