Basic swfobject setting:
100% width
100% height
in as3 code:
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
監聽 Event.RESIZE 事件
stage.addEventListener(Event.RESIZE, onResize);
onResize();
原始文件大小
Gaia.api.getWidth(): The fixed width of document size(1000)
Gaia.api.getHeight(): The fixed height of document size(600)
瀏覽器大小(dynamic)
stage.stageWidth: The width of browser stage(1920)
stage.stageHeight: The height of browser stage(1080)
接下來直接看圖比較清楚,免得每次都要回想半天..XD
沒有留言:
張貼留言