NoScale for full flash website

How configure it: Comment le configurer:


stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.BOTTOM;
StageAlign.TOP Top Center
StageAlign.BOTTOM Bottom Center
StageAlign.LEFT Center Left
StageAlign.RIGHT Center Right
StageAlign.TOP_LEFT Top Left
StageAlign.TOP_RIGHT Top Right
StageAlign.BOTTOM_LEFT Bottom Left
StageAlign.BOTTOM_RIGHT

Nothing

Bottom

Center

Right

Center

De plus il faut remplacé les valeurs width et height à 100% partout dans le fichier .html où est intégré le .swf. Moreover you have to replace all width and height value to “100%” in the .html file.

Comments are closed.