做网站    网页设计、制作    FLASH导入页设计    网站策划、开发    后台程序维护、升级    网站解决方案
技术支持:苏玮 电话:15011022561FLASH进度条制作技巧
网页设计->FLASH

FLASH进度条制作技巧

第一帧:
this.onLoad=function(){
 myBytesTotal=_root.getBytesTotal();
}
this.onLoad();

this.onEnterFrame=function(){
 myBytesLoaded=_root.getBytesLoaded();
 bar_xscale=myBytesLoaded/myBytesTotal*100;
 
 t=getTimer();
 rate= "下载速度:" + Math.round(myBytesLoaded/t * 100)/100 + " K/s";
 
 timeLoaded=Math.round(t/1000);
 timeRemain=Math.round(timeLoaded*(myBytesTotal-myBytesLoaded)/myBytesLoaded);
 timeRemain=Math.round(timeRemain/60)+":"+Math.round(timeRemain%60);
 timeLoaded=Math.round(timeLoaded/60)+":"+Math.round(timeLoaded%60);
 mytimes="已用时间"+timeLoaded+"  "+"剩余时间"+timeRemain;
 
 percent=Math.round(bar_xscale);
 this.bar._xscale=bar_xscale;
 this.bar_per=percent+"%";
 if(myBytesLoaded==myBytesTotal){
  delete this.onEnterFrame;
  _root.nextFrame();
 }else{
  this.stop();
 }
}

第二帧stop;

发表评论

关闭窗口   来源:网络  16  2009-03-16

北京魔快网络 建高品质的网站!
©2002-  电话:15011022561(苏先生)  Email:mokuainet@126.com
地址:北京东城区工体北路新中西里17号楼北边平房(保利剧院东100米路北) 做网站找魔快,建站快、优化好!MoKuai.Net
s