站长资源网络编程

使用Flash DownLoad编写采集器(之突破防盗连下载音乐文件)第1/4页

整理:jimmy2024/10/27浏览2
简介 </div> <div class="news_infos"><div id="MyContent"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <BR><html> <BR><head> <BR><meta http-equiv="Content-Type" content="text/html; charset=gbk"> <BR><title>Flash DownLoad 下载控件示例</title> <BR><meta name="MSSmartTagsPreventParsing" content="TRUE"> <BR><meta http-equiv="MSThemeCompatible" content="Yes"> <BR><style type="text/css"> <BR>body { <BR>scrollbar-base-color: #F5FBFF; <BR>scrollbar-arrow-color: #86B9D6; <BR>font: 12px Tahoma, Verdana; <BR>background-color: #FFFFFF; <BR>color: #333333; <BR>} <BR>table { <BR>font: 12px Tahoma, Verdana; <BR>color: #333333; <BR>empty-cells: show; <BR>border-collapse: separate !important; <BR>border-collapse: collapse; <BR>} <BR>input, select, textarea { <BR>font: 12px Tahoma, Verdana; <BR>color: #333333; <BR>font-weight: normal; <BR>background-color: #F5FBFF; <BR>border: 1px solid #7AC4EA; <BR>} <BR>input { <BR>height: 21px; <BR>} <BR>a { <BR>text-decoration: none; <BR>color: #154BA0; <BR>} <BR>a:hover { <BR>text-decoration: underline; <BR>} <BR>.checkbox, .radio { <BR>border: 0px; <BR>background: none; <BR>vertical-align: middle; <BR>height: 16px; <BR>} <BR></style> <BR></head> <BR><BODY> <BR><Script Language="JavaScript"> <BR>/******************************************************** <BR>* ProgressBar class <BR>* @author null <BR>* @param width - width of progress bar <BR>* @param height - height of progress bar <BR>* @param fgColor - fgColor of progress bar <BR>* @param bgColor - bgColor of progress bar <BR>* @param borderColor - borderColor of progress bar <BR>          the rule is the same border-color of CSS <BR>/********************************************************/ <BR>function ProgressBar(width,height,fgColor,bgColor,borderColor){ <br><br>  if(borderColor==undefined){ <BR>    bgColor = "threedlightshadow"; <BR>    fgColor = "highlight"; <BR>    borderColor =  "buttonshadow window window buttonshadow"; <BR>  } <BR>  else if(borderColor==undefined&&fgColor==undefined&&bgColor==undefined){ <BR>    bgColor = "threedlightshadow"; <BR>    fgColor = "highlight"; <BR>    borderColor =  "buttonshadow window window buttonshadow"; <BR>  } <br><br>  percent  = 0.0; //initialize to zero <BR>  fontSize = Math.ceil(height/2)+1; <br><br>  font_bt = "<table width=100% height=100% cellpadding=0 cellspacing=0 style='font:bold "+fontSize+"px Arial;color:"+bgColor+";text-align:center;vertical-align:center;'><tr><td>"+parseInt(percent*100)+" %</td></tr></table>"; <BR>  font_ft = "<table width=100% height=100% cellpadding=0 cellspacing=0 style='font:bold "+fontSize+"px Arial;color:"+fgColor+";text-align:center;vertical-align:center;'><tr><td>"+parseInt(percent*100)+" %</td></tr></table>"; <br><br>  squares = ""; <BR>  for(var i=0;;i++){ <BR>    var left = width-2-i*(height/2+1); <BR>    //alert(left); <BR>    if(left>=height/2+1){ <BR>      squares += "<span style='background-color:"+fgColor+";width:"+height/2+"px;height:"+(height-2)+";margin-right:1px;'></span>"; <BR>    } <BR>    else if(left>=1){ <BR>      squares += "<span style='background-color:"+fgColor+";width:"+left+"px;height:"+(height-2)+";margin:0px;'></span>"; <BR>    } <BR>    else <BR>      break; <BR>  } <br><br>  //position:absolute; <BR>  str  = "<span id=progress_bg style='width:"+width+"px;height:"+height+"px;background-color:"+bgColor+";border:1px solid;border-color:"+borderColor+"'>"; //"+fgColor+" #transparent <BR>  str += "  <span id=progress_fg style='position:absolute;width:100%;height:100%;clip:rect(0,"+parseInt(percent*100)+"%,100%,0);background-color:"+fgColor+";font-size:0px;line-height:0px;'>"; <BR>  str +=      squares; <BR>  str += "  </span>"; <BR>  str += "  <span id=progress_bt style='position:absolute;z-index:8;width:100%;height:100%;background-color:#transparent;clip:rect(0,"+parseInt(percent*100)+"%,100%,0);text-align:center;'>"; <BR>  str +=      font_bt; <BR>  str += "  </span>"; <BR>  str += "  <span id=progress_ft style='position:absolute;z-index:9;width:100%;height:100%;background-color:#transparent;clip:rect(0,100%,100%,"+parseInt(percent*100)+"%);text-align:center;'>"; <BR>  str +=      font_ft; <BR>  str += "  </span>"; <BR>  str += "</span>"; <br><br>  document.write(str); <BR> <strong>1</strong>234下一页阅读全文</div> </div> </div> <div class="share"> </div> <div class="nextinfo"> <p>上一篇:<a href="http://m.wwsws.com/show/1/161767.html" title="验证码识别技术">验证码识别技术</a></p> <p>下一篇:<a href="http://m.wwsws.com/show/1/161769.html" title="后台管理登录篇-asp设计与数据库">后台管理登录篇-asp设计与数据库</a></p> </div> <div class="otherlink"> <h2>最新资源</h2> <ul> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620773.html" one-link-mark="yes" title="群星《歌手2024 第3期》[FLAC/分轨][204.16MB]"><span>群星《歌手2024 第3期》[FLAC/分轨][204.16MB]</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620772.html" one-link-mark="yes" title="群星《乘风2024 第6期》[320K/MP3][57.95MB]"><span>群星《乘风2024 第6期》[320K/MP3][57.95MB]</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620771.html" one-link-mark="yes" title="群星《乘风2024 第6期》[FLAC/分轨][170.72MB]"><span>群星《乘风2024 第6期》[FLAC/分轨][170.72MB]</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620770.html" one-link-mark="yes" title="陈立强1995-我爱你胜过这世界[福茂][WAV+CUE]"><span>陈立强1995-我爱你胜过这世界[福茂][WAV+CUE]</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620769.html" one-link-mark="yes" title="群星-《2014年十大发烧唱片精选HQCD》[低速原抓WAV+CUE]"><span>群星-《2014年十大发烧唱片精选HQCD》[低速原抓</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620768.html" one-link-mark="yes" title="群星2013-青春缤纷辑压箱宝大公开3CD2[新加坡限量版][WAV整轨]"><span>群星2013-青春缤纷辑压箱宝大公开3CD2[新加坡限</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620767.html" one-link-mark="yes" title="林育群.2013-BalladShow(日本版)【环球】【WAV+CUE】"><span>林育群.2013-BalladShow(日本版)【环球】【WAV+</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620766.html" one-link-mark="yes" title="陈加洛.1992-痛到感觉不到【宝丽金】【WAV+CUE】"><span>陈加洛.1992-痛到感觉不到【宝丽金】【WAV+CUE】</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620765.html" one-link-mark="yes" title="群星.2023-宿命之敌电视剧原声带【韶愔音乐】【FLAC分轨】"><span>群星.2023-宿命之敌电视剧原声带【韶愔音乐】【</span></a> </li> <li> <i class="iconfont icon-point"></i> <a class="text-sm" href="/show/1/620764.html" one-link-mark="yes" title="東京事変-大発見[FLAC+CUE]"><span>東京事変-大発見[FLAC+CUE]</span></a> </li> </ul> </div> </div> <div class="sidebar"> <div class="cloud"><h2 class="hometitle">一句话新闻</h2><a href="/3G/1/604690.html"><ul>Windows上运行安卓你用过了吗<br><br>在去年的5月23日,借助Intel Bridge Technology以及Intel Celadon两项技术的驱动,Intel为PC用户带来了Android On Windows(AOW)平台,并携手国内软件公司腾讯共同推出了腾讯应用宝电脑版,将Windows与安卓两大生态进行了融合,PC的使用体验随即被带入到了一个全新的阶段。</ul></a></div> </div> </article> <footer> <p>友情链接:<a href="http://www.imxmx.com/" title="杰晶网络" target="_blank">杰晶网络</a> <a href="http://www.ddrfans.com/" title="DDR爱好者之家" target="_blank">DDR爱好者之家</a> <a href="http://www.nqxw.com/" title="南强小屋" target="_blank">南强小屋</a> <a href="http://www.paidiu.com/" title="黑松山资源网" target="_blank">黑松山资源网</a> <a href="http://www.dyhadc.com/" title="白云城资源网" target="_blank">白云城资源网</a> <a href="/sitemap.xml">SiteMap</a></p> <p>Design by <a href="http://m.wwsws.com">伏龙阁资源网</a> <a href="/">http://m.wwsws.com</a></p> </footer> <script src="/images/nav.js"></script> <script type="text/javascript"> jQuery.noConflict(); jQuery(function() { var elm = jQuery('#left_flow2'); var startPos = jQuery(elm).offset().top; jQuery.event.add(window, "scroll", function() { var p = jQuery(window).scrollTop(); jQuery(elm).css('position', ((p) > startPos) ? 'fixed' : ''); jQuery(elm).css('top', ((p) > startPos) ? '0' : ''); }); }); </script> </body> </html>