摘要:
1 this.loaderInfo.addEventListener(Event.COMPLETE, FinishFunc); 2 this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, progressFunc); 3 function progressFunc(e:ProgressEvent):void { 4 var p:Number=e.bytesLoaded/e.bytesTotal; 5 var loading:Number=Math.round(p*100); 6 loadingmc.loadTe... 阅读全文
posted @ 2013-03-27 22:10 股墓山庄庄主 阅读(194) 评论(0) 推荐(0) 编辑