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


所属类别:ASP编程

特别推荐:免费发布信息 承包关键词~~抢爆了!HOT!


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">Flash DownLoad 下载控件示例body {scrollbar-base-color: #F5FBFF;scrollbar-arrow-color: #86B9D6;font: 12px Tahoma, Verdana;background-color: #FFFFFF;color: #333333;}table {font: 12px Tahoma, Verdana;color: #333333;empty-cells: show;border-collapse: separate !important;border-collapse: collapse;}input, select, textarea {font: 12px Tahoma, Verdana;color: #333333;font-weight: normal;background-color: #F5FBFF;border: 1px solid #7AC4EA;}input {height: 21px;}a {text-decoration: none;color: #154BA0;}a:hover {text-decoration: underline;}.checkbox, .radio {border: 0px;background: none;vertical-align: middle;height: 16px;}/********************************************************* ProgressBar class* @author null* @param width - width of progress bar* @param height - height of progress bar* @param fgColor - fgColor of progress bar* @param bgColor - bgColor of progress bar* @param borderColor - borderColor of progress bar the rule is the same border-color of CSS/********************************************************/function ProgressBar(width,height,fgColor,bgColor,borderColor){ if(borderColor==undefined){ bgColor = "threedlightshadow"; fgColor = "highlight"; borderColor = "buttonshadow window window buttonshadow"; } else if(borderColor==undefined&&fgColor==undefined&&bgColor==undefined){ bgColor = "threedlightshadow"; fgColor = "highlight"; borderColor = "buttonshadow window window buttonshadow"; } percent = 0.0; //initialize to zero fontSize = Math.ceil(height/2)+1; font_bt = ""+parseInt(percent*100)+" %"; font_ft = ""+parseInt(percent*100)+" %"; squares = ""; for(var i=0;;i++){ var left = width-2-i*(height/2+1); //alert(left); if(left>=height/2+1){ squares += ""; } else if(left>=1){ squares += ""; } else break; } //position:absolute; str = ""; //"+fgColor+" #transparent str += " "; str += squares; str += " "; str += " "; str += font_bt; str += " "; str += " "; str += font_ft; str += " "; str += ""; document.write(str);当前1/4页1234下一页

相关信息

· 什么是Mambo?

· Sleutel:密码管理器

· 巧妙在FP中给网页加入一条竖直线

· 利用VC++6.0实现JNI的最简单的例子.








....

25827 69734