글 수 211
onClipEvent(enterFrame) {
var now = _root.getBytesLoaded();
var total = _root.getBytesTotal();
if(now != total){
this.bar._xscale = (now/total)*100;
this.display = Math.round(now/1000)+"KB/ " + Math.round(total/1000) + "KB";
}
if(now == total){
_root.gotoAndPlay(2);
}
}
loading.fla
![IMGWizard[이미지위자드]](/layouts/wizard/images/default/zeroBoardXE.png)


