设为首页收藏本站订阅更新

无忧脚本

 找回密码
 加入无忧

QQ登录

只需一步,快速开始

查看: 3644|回复: 11

[推荐] 贡献一个新浪的幻灯片,很有用啊 [复制链接]

Rank: 3Rank: 3

升级  50.67%

注册时间
2006-12-28
威望
148
阅读权限
30
积分
352
帖子
147
精华
0
UID
63223
状态
当前离线
发表于 2007-4-18 16:27:51 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
一键分享 一键分享
  1. <style type="text/css">
  2. <!--

  3. body,ul,ol,li,p,form,fieldset,table,td{font-family:"宋体";}
  4. body{background:#fff;color:#000;text-align:center; margin-top:5px;}
  5. td,p,li,select,input,textarea,div{font-size:12px;}

  6. ul{list-style-type:none;}
  7. select,input{vertical-align:middle;}

  8. .f14{font-size:14px;}
  9. .lh20{line-height:20px;}

  10. a{text-decoration:underline;}
  11. a:link{color:#009;}
  12. a:visited{color:#800080;}
  13. a:hover,a:active,a:focus{color:#f00;}

  14. .clearit{clear:both;}

  15. /* 列表 */
  16. /* 14px加点列表 */
  17. .link14listStyle li{text-align:left;line-height:23px;font-size:14px;padding:0 0 0 9px;background:url([img]http://image2.sina.com.cn/dy/legal/2006index/news_law_hz_012.gif[/img]) no-repeat 0 50%;}
  18. /* 14px无点列表 */
  19. .link14list li{text-align:left;line-height:23px;font-size:14px;padding:0;}
  20. /* 12px加点列表 */
  21. .link12listStyle li{text-align:left;line-height:20px;font-size:12px;padding:0 0 0 9px;background:url([img]http://image2.sina.com.cn/dy/legal/2006index/news_law_hz_012.gif[/img]) no-repeat 0 45%;}
  22. /* 12px无点列表 */
  23. .link12list li{text-align:left;line-height:20px;font-size:12px;padding:0;}

  24. /* 主容器 */
  25. #wrap{width:750px;margin:0 auto;text-align:left;}


  26. /* 导航 */
  27. #nav{width:750px; height:27px; overflow:hidden; clear:both; margin:0 0 3px 0; background:url([img]http://image2.sina.com.cn/dy/deco/2007/0208/top100_i_ws_002.gif[/img]) repeat-x;}
  28. #nav #navlogo{float:left; width:247px;}
  29. #nav ul{padding-right:18px; width:485px; float:right;}
  30. html* #nav ul{width:503px;}
  31. #nav li{float:right; width:48px; text-align:center; line-height:27px; height:27px; color:#039;}
  32. #nav a{text-decoration:none;}
  33. #nav a:link,#nav a:visited{color:#039;}
  34. #nav a:hover,#nav a:active,#nav a:focus{color:#f00;}

  35. /* banner */
  36. .banner{height:100px;background:url([img]http://image2.sina.com.cn/dy/deco/2007/0208/top100_i_ws_003.jpg[/img]) no-repeat;}
  37. .banner h1{font-weight:normal;font-size:36px;color:#fff;font-family:"黑体";text-align:center;line-height:100px;}

  38. /* 主容器 */
  39. #wrap{width:750px;margin:0 auto;text-align:left;}

  40. /* 播放器样式(部分) */
  41. .itemOff{width:16px; height:14px; line-height:14px; background:#cfe6ff; border:1px #5673a8 solid; margin:0 5px 5px 0; float:left; cursor:pointer; color:#008; text-align:center;}
  42. .itemOn{width:16px; height:14px; line-height:14px; background:#fff; border:1px #5673a8 solid; margin:0 5px 5px 0; float:left; cursor:pointer; color:#008; text-align:center;}
  43. .PListImg{line-height:18px; color:#000; margin-top:15px;}
  44. .PListImg a{text-decoration:underline;}
  45. .PListImg a:link,.PListImg a:visited{color:#000;}
  46. .PListImg a:hover,.PListImg a:active{color:#f00;}
  47. .PListImg .PLDiv{width:115px; height:95px; border:1px #acacac solid; background:#fff;}
  48. .PListImg img{width:105px; height:85px; margin:5px;}
  49. -->
  50. </style>

  51. <div style="padding:3px; background:#fff; border:1px #7c97c6 solid; margin-top:5px; width:450px; overflow:hidden;">
  52. <!-- 图片播放器 begin -->
  53. <script type="text/javascript">
  54. <!--
  55. function slide(src,link,text,target,attr,desc) {
  56.   this.desc = desc
  57.   this.src = src;
  58.   this.link = link;
  59.   this.text = text;
  60.   this.target = target;
  61.   this.attr = attr;
  62.   if (document.images) {
  63.     this.image = new Image();
  64.   }
  65.   this.loaded = false;
  66.   this.load = function() {
  67.     if (!document.images) { return; }

  68.     if (!this.loaded) {
  69.       this.image.src = this.src;
  70.       this.loaded = true;
  71.     }
  72.   }
  73.   this.hotlink = function() {
  74.     var mywindow;
  75.     if (!this.link) return;
  76.     if (this.target) {
  77.       if (this.attr) {
  78.         mywindow = window.open(this.link, this.target, this.attr);
  79.   
  80.       } else {
  81.         mywindow = window.open(this.link, this.target);
  82.       }
  83.       if (mywindow && mywindow.focus) mywindow.focus();

  84.     } else {
  85.       location.href = this.link;
  86.     }
  87.   }
  88. }
  89. function slideshow( slideshowname ) {
  90.   this.name = slideshowname;
  91.   this.repeat = true;
  92.   this.prefetch = -1;
  93.   this.image;
  94.   this.textid;
  95.   this.textarea;
  96.   this.timeout = 5000;
  97.   this.slides = new Array();
  98.   this.current = 0;
  99.   this.timeoutid = 0;
  100.   this.add_slide = function(slide) {
  101.     var i = this.slides.length;
  102.     if (this.prefetch == -1) {
  103.       slide.load();
  104.     }

  105.     this.slides[i] = slide;
  106.   }
  107.   this.play = function(timeout) {
  108.     this.pause();
  109.     if (timeout) {
  110.       this.timeout = timeout;
  111.     }
  112.     if (typeof this.slides[ this.current ].timeout != 'undefined') {
  113.       timeout = this.slides[ this.current ].timeout;
  114.     } else {
  115.       timeout = this.timeout;
  116.     }
  117.     this.timeoutid = setTimeout( this.name + ".loop()", timeout);
  118.   }
  119.   this.pause = function() {
  120.     if (this.timeoutid != 0) {

  121.       clearTimeout(this.timeoutid);
  122.       this.timeoutid = 0;

  123.     }
  124.   }
  125.   this.update = function() {
  126.     if (! this.valid_image()) { return; }
  127.     if (typeof this.pre_update_hook == 'function') {
  128.       this.pre_update_hook();
  129.     }
  130.     var slide = this.slides[ this.current ];
  131.     var dofilter = false;
  132.     if (this.image &&
  133.         typeof this.image.filters != 'undefined' &&
  134.         typeof this.image.filters[0] != 'undefined') {
  135.       dofilter = true;

  136.     }
  137.     slide.load();
  138.     if (dofilter) {
  139.       if (slide.filter &&
  140.           this.image.style &&
  141.           this.image.style.filter) {
  142.         this.image.style.filter = slide.filter;
  143.       }
  144.       this.image.filters[0].Apply();
  145.     }
  146.     this.image.src = slide.image.src;
  147.     if (dofilter) {
  148.       this.image.filters[0].Play();
  149.     }
  150.     this.display_text();
  151.     if (typeof this.post_update_hook == 'function') {
  152.       this.post_update_hook();
  153.     }
  154.     if (this.prefetch > 0) {

  155.       var next, prev, count;
  156.       next = this.current;
  157.       prev = this.current;
  158.       count = 0;
  159.       do {
  160.         if (++next >= this.slides.length) next = 0;
  161.         if (--prev < 0) prev = this.slides.length - 1;
  162.         this.slides[next].load();
  163.         this.slides[prev].load();
  164.       } while (++count < this.prefetch);
  165.     }
  166.   }
  167.   this.goto_slide = function(n) {
  168.     if (n == -1) {
  169.       n = this.slides.length - 1;
  170.     }
  171.     if (n < this.slides.length && n >= 0) {
  172.       this.current = n;
  173.     }
  174.     this.update();
  175.   }
  176.   this.goto_random_slide = function(include_current) {
  177.     var i;
  178.     if (this.slides.length > 1) {
  179.       do {
  180.         i = Math.floor(Math.random()*this.slides.length);
  181.       } while (i == this.current);
  182.       this.goto_slide(i);
  183.     }
  184.   }
  185.   this.next = function() {
  186.     if (this.current < this.slides.length - 1) {
  187.       this.current++;
  188.     } else if (this.repeat) {
  189.       this.current = 0;
  190.     }
  191.     this.update();
  192.   }
  193.   this.previous = function() {
  194.     if (this.current > 0) {
  195.       this.current--;
  196.     } else if (this.repeat) {
  197.       this.current = this.slides.length - 1;
  198.     }
  199.     this.update();
  200.   }
  201.   this.shuffle = function() {
  202.     var i, i2, slides_copy, slides_randomized;
  203.     slides_copy = new Array();
  204.     for (i = 0; i < this.slides.length; i++) {
  205.       slides_copy[i] = this.slides[i];
  206.     }
  207.     slides_randomized = new Array();
  208.     do {
  209.       i = Math.floor(Math.random()*slides_copy.length);
  210.       slides_randomized[ slides_randomized.length ] =
  211.         slides_copy[i];
  212.       for (i2 = i + 1; i2 < slides_copy.length; i2++) {
  213.         slides_copy[i2 - 1] = slides_copy[i2];
  214.       }
  215.       slides_copy.length--;
  216.     } while (slides_copy.length);
  217.     this.slides = slides_randomized;
  218.   }
  219.   this.get_text = function() {
  220.     return(this.slides[ this.current ].text);
  221.   }
  222.   this.get_all_text = function(before_slide, after_slide) {
  223.     all_text = "";
  224.     for (i=0; i < this.slides.length; i++) {
  225.       slide = this.slides[i];
  226.       if (slide.text) {
  227.         all_text += before_slide + slide.text + after_slide;
  228.       }
  229.     }
  230.     return(all_text);
  231.   }
  232.   this.display_text = function(text) {
  233.     if (!text) {
  234.       text = this.slides[ this.current ].text;
  235.     }
  236.     if (this.textarea && typeof this.textarea.value != 'undefined') {
  237.       this.textarea.value = text;
  238.     }
  239.     if (this.textid) {
  240.       r = this.getElementById(this.textid);
  241.       if (!r) { return false; }
  242.       if (typeof r.innerHTML == 'undefined') { return false; }
  243.       r.innerHTML = text;
  244.     }
  245.   }
  246.   this.hotlink = function() {
  247.     this.slides[ this.current ].hotlink();
  248.   }
  249.   this.save_position = function(cookiename) {
  250.     if (!cookiename) {
  251.       cookiename = this.name + '_slideshow';
  252.     }
  253.     document.cookie = cookiename + '=' + this.current;
  254.   }
  255.   this.restore_position = function(cookiename) {
  256.     if (!cookiename) {
  257.       cookiename = this.name + '_slideshow';
  258.     }
  259.     var search = cookiename + "=";
  260.     if (document.cookie.length > 0) {
  261.       offset = document.cookie.indexOf(search);
  262.       if (offset != -1) {
  263.         offset += search.length;
  264.         end = document.cookie.indexOf(";", offset);
  265.         if (end == -1) end = document.cookie.length;
  266.         this.current = parseInt(unescape(document.cookie.substring(offset, end)));
  267.         }
  268.      }
  269.   }
  270.   this.loop = function() {
  271.     if (this.current < this.slides.length - 1) {
  272.       next_slide = this.slides[this.current + 1];
  273.       if (next_slide.image.complete == null || next_slide.image.complete) {
  274.         this.next();
  275.       }
  276.     } else {
  277.       this.next();
  278.     }
  279.     this.play( );
  280.   }
  281.   this.valid_image = function() {
  282.     if (!this.image){
  283.       return false;
  284.     }
  285.     else {
  286.       return true;
  287.     }
  288.   }
  289.   this.getElementById = function(element_id) {
  290.     if (document.getElementById) {
  291.       return document.getElementById(element_id);
  292.     }
  293.     else if (document.all) {
  294.       return document.all[element_id];
  295.     }
  296.     else if (document.layers) {
  297.       return document.layers[element_id];
  298.     } else {
  299.       return undefined;
  300.     }
  301.   }
  302.   this.set_image = function(imageobject) {
  303.     if (!document.images)
  304.       return;
  305.     this.image = imageobject;
  306.   }
  307.   this.set_textarea = function(textareaobject) {
  308.     this.textarea = textareaobject;
  309.     this.display_text();
  310.   }
  311.   this.set_textid = function(textidstr) {
  312.     this.textid = textidstr;
  313.     this.display_text();
  314.   }
  315. }
  316. //-->
  317. </script>
  318. <script type="text/javascript">
  319. <!--
  320. ss = new slideshow("ss");
  321. ss.prefetch = 1;
  322. ss.sizelmt = true;
  323. ss.repeat = true;


  324.                 s = new slide();
  325.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8101DT20070418084634.JPG";
  326.                 s.title = "弗吉尼亚理工大学充满悲痛";
  327.                 s.link = "http://news.sina.com.cn/w/p/2007-04-18/055512804495.shtml";
  328.                 s.desc = "";
  329.                 ss.add_slide(s);
  330.                
  331.                 s = new slide();
  332.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8112DT20070418084634.JPG";
  333.                 s.title = "学生自发在约翰斯顿宿舍楼前献花";
  334.                 s.link = "http://news.sina.com.cn/w/p/2007-04-18/055512804491.shtml";
  335.                 s.desc = "";
  336.                 ss.add_slide(s);
  337.                
  338.                 s = new slide();
  339.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8114DT20070418084634.JPG";
  340.                 s.title = "学生自发树立VT纪念碑";
  341.                 s.link = "http://news.sina.com.cn/w/p/2007-04-18/055412804487.shtml";
  342.                 s.desc = "";
  343.                 ss.add_slide(s);
  344.                
  345.                 s = new slide();
  346.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8115DT20070418084634.JPG";
  347.                 s.title = "万人追思枪案死难者";
  348.                 s.link = "http://news.sina.com.cn/w/p/2007-04-18/053812804344.shtml";
  349.                 s.desc = "";
  350.                 ss.add_slide(s);
  351.                
  352.                 s = new slide();
  353.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8116DT20070418084634.JPG";
  354.                 s.title = "万人追思弗吉尼亚理工大学枪案死难者";
  355.                 s.link = "http://news.sina.com.cn/w/p/2007-04-18/053812804341.shtml";
  356.                 s.desc = "";
  357.                 ss.add_slide(s);
  358.                
  359.                 s = new slide();
  360.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8117DT20070418084634.JPG";
  361.                 s.title = "弗吉尼亚工学院学生为遇难同学守夜";
  362.                 s.link = "http://news.sina.com.cn/w/p/2007-04-17/224112801948.shtml";
  363.                 s.desc = "";
  364.                 ss.add_slide(s);
  365.                
  366.                 s = new slide();
  367.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8118DT20070418084634.JPG";
  368.                 s.title = "弗吉尼亚工学院学生为遇难同学守夜";
  369.                 s.link = "http://news.sina.com.cn/w/p/2007-04-17/224012801946.shtml";
  370.                 s.desc = "";
  371.                 ss.add_slide(s);
  372.                
  373.                 s = new slide();
  374.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8119DT20070418084634.JPG";
  375.                 s.title = "学生高举标牌表达对死难者的悼念";
  376.                 s.link = "http://news.sina.com.cn/w/p/2007-04-18/055512804489.shtml";
  377.                 s.desc = "";
  378.                 ss.add_slide(s);
  379.                
  380.                 s = new slide();
  381.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8120DT20070418084634.JPG";
  382.                 s.title = "数百名记者云集校园";
  383.                 s.link = "http://news.sina.com.cn/w/p/2007-04-18/055512804492.shtml";
  384.                 s.desc = "";
  385.                 ss.add_slide(s);
  386.                
  387.                 s = new slide();
  388.                 s.src = "http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8102DT20070418084634.JPG";
  389.                 s.title = "发生第一起枪击案的约翰斯顿宿舍楼";
  390.                 s.link = "http://news.sina.com.cn/w/p/2007-04-18/055512804494.shtml";
  391.                 s.desc = "";
  392.                 ss.add_slide(s);
  393.                
  394.        
  395. for (var i=0; i < ss.slides.length; i++) {
  396.         s = ss.slides[i];
  397.         s.target = "_blank";
  398. }
  399. //-->
  400. </script>


  401. <table width="438" cellspacing="0">
  402. <tr valign="top">
  403. <td width="448" style="background:url([img]http://image2.sina.com.cn/dy/deco/2007/0208/hdtj_ws_001.gif[/img]) no-repeat 14px 17px #dedede;">
  404.         <!-- 播放器主体 bgein -->
  405.         <div id="ss_img_div" style="width:406px; height:302px; margin:26px 0 0 23px; clear:both;"><a href="javascript:ss.hotlink();"><img id="ss_img" style="FILTER: blendTrans (Duration=1)" width="406" height="302" src="http://image2.sina.com.cn/dy/photo/360/2007/0418/U1473P1T360D28F8101DT20070418084634.JPG" alt=""/></a></div>
  406.         <div style="margin:15px 0 17px 0; text-align:center; font-weight:bold; clear:both;" id="tt">弗吉尼亚理工大学充满悲痛</div>
  407.         <table width="448" cellspacing="0" style="background:#ededed;">
  408.         <tr valign="middle" align="left">
  409.         <td width="15" height="50"></td>
  410.         <td width="220">
  411.                 <div class="itemOff" id="imbtn0" onClick="ss.goto_slide(0)">1</div>
  412. <div class="itemOff" id="imbtn1" onClick="ss.goto_slide(1)">2</div>
  413. <div class="itemOff" id="imbtn2" onClick="ss.goto_slide(2)">3</div>
  414. <div class="itemOff" id="imbtn3" onClick="ss.goto_slide(3)">4</div>
  415. <div class="itemOff" id="imbtn4" onClick="ss.goto_slide(4)">5</div>
  416. <div class="itemOff" id="imbtn5" onClick="ss.goto_slide(5)">6</div>
  417. <div class="itemOff" id="imbtn6" onClick="ss.goto_slide(6)">7</div>
  418. <div class="itemOff" id="imbtn7" onClick="ss.goto_slide(7)">8</div>
  419. <div class="itemOff" id="imbtn8" onClick="ss.goto_slide(8)">9</div>
  420. <div class="itemOff" id="imbtn9" onClick="ss.goto_slide(9)">10</div>

  421.         </td>
  422.         <td width="83" style="color:#008;">
  423. 速度 <select name="select" style="width:45px;">
  424. <option selected="selected" id="iter_5" onChange="javascript:document.ss_form.sp1[0].click();ss.timeout=5000" name="sp1">5秒</option>
  425. <option onChange="javascript:document.ss_form.sp1[1].click();ss.timeout=10000" name="sp1">10秒</option>
  426. </select>
  427.         </td>
  428.         <td width="130">
  429.                 <table cellspacing="0">
  430.                 <tr align="left">
  431.                 <td width="29"><a href="javascript:ss.previous()"><img src="http://image2.sina.com.cn/dy/deco/2007/0208/hdtj_ws_002.gif" width="23" height="18" alt="上一张" border="0" /></a></td>
  432.                 <td width="29"><a href="javascript:ss.next();ss.play()"><img src="http://image2.sina.com.cn/dy/deco/2007/0208/hdtj_ws_003.gif" width="23" height="18" alt="播放" border="0" /></a></td>
  433.                 <td width="29"><a href="javascript:ss.pause()"><img src="http://image2.sina.com.cn/dy/deco/2007/0208/hdtj_ws_004.gif" width="23" height="18" alt="暂停" border="0" /></a></td>
  434.                 <td width="29"><a href="javascript:ss.next()"><img src="http://image2.sina.com.cn/dy/deco/2007/0208/hdtj_ws_005.gif" width="23" height="18" alt="下一张" border="0" /></a></td>
  435.                 </tr>
  436.                 </table>
  437.         </td>
  438.         </tr>
  439.         </table>
  440.         <!-- 播放器主体 end -->
  441. </td>
  442. </tr>
  443. </table>
  444. <script type="text/javascript">
  445. <!--
  446. ss.pre_update_hook = function() {
  447.         sid = ss.current;
  448.         title = ss.slides[sid].title;
  449.         linkurl = ss.slides[sid].link;
  450.         totals = ss.slides.length;
  451.         sdesc = ss.slides[sid].desc;
  452.         tempid = parseInt(sid) + 1;
  453.         document.getElementById("tt").innerHTML = title;
  454.         for (var i = 0;i < 10;i++){
  455.                 document.getElementById("imbtn"+i).className = "itemOff";
  456.         }
  457.         document.getElementById("imbtn"+sid).className = "itemOn";
  458.   return;
  459. }
  460. if (document.images) {
  461.         ss.image = document.images.ss_img;
  462.         ss.update();
  463.         ss.play();
  464. }
  465. //-->
  466. </script>
  467. <!-- 图片播放器 end -->
  468. </div>
复制代码运行代码另存代码


我的用途就是放在自己的博客程序上,用来做相册的展示
因为完全可以实现ASP化
不过我还是喜欢MSN空间的那个图片展示
有没有朋友帮忙搞定

Rank: 1

升级  4%

注册时间
2006-6-18
威望
1
阅读权限
10
积分
2
帖子
1
精华
0
UID
53277
状态
当前离线
发表于 2007-4-19 07:55:04 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
强,好东东!!收了!

使用道具 举报

Rank: 3Rank: 3

升级  24.67%

注册时间
2006-6-23
威望
91
阅读权限
30
积分
274
帖子
92
精华
0
UID
53492
状态
当前离线
发表于 2007-4-19 09:04:37 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
很不错哦

使用道具 举报

霸王龙

网恋? 妄念!

Rank: 6Rank: 6

升级  63.35%

注册时间
2007-3-27
威望
1203
阅读权限
70
积分
2267
帖子
1268
精华
0
UID
67036
状态
当前离线
发表于 2007-4-20 11:18:38 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料 QQ
  1. <SCRIPT type=text/javascript>
  2. <!--
  3. var focus_width=240
  4. var focus_height=190
  5. var text_height=21
  6. var swf_height = focus_height+text_height

  7. var pics='http://www.shuihan.com/attachments/month_0606/Img001.jpg|http://www.shuihan.com/attachments/month_0606/Img002.jpg|http://www.shuihan.com/attachments/month_0606/Img003.jpg|http://www.shuihan.com/attachments/month_0606/Img004.jpg|http://www.shuihan.com/attachments/month_0606/Img005.jpg|http://www.shuihan.com/attachments/month_0606/Img006.jpg|http://www.shuihan.com/attachments/month_0606/Img007.jpg'

  8. var links='http://2006.sohu.com/s2006/0909/s243370602/|http://sports.sohu.com/nba.shtml|http://2006.sohu.com/s2006/0935/s243381436/|http://2006.sohu.com/s2006/0909/s243370583/|http://2006.sohu.com/20060619/n243802057.shtml|http://61.135.131.68/3de33a49ed6e088bb1f8bc724222e8b5.php|http://www.it656.com/greatwall/minisite/nb1105/nb.html'
  9. var
  10. texts='大罗助攻阿德得分 巴西2-0澳大利亚|正在直播NBA总决赛-热火VS小牛|亨利建功球队难获胜 亚洲红魔1-1平法国|日本0-0克罗地亚 两队出线征途艰难|巴西大将向搜狐致意|安利纽崔莱邀请你一起健康跑!|长城电脑,清凉暑季,理性选择'
  11. document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
  12. document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://www.shuihan.com/attachments/month_0606/focus.swf"> <param name="quality" value="high"><param name="bgcolor" value="#CCCCCC">');
  13. document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
  14. document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
  15. document.write('<embed src="http://www.shuihan.com/attachments/month_0606/focus.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" ?bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');  document.write('</object>');

  16. //-->
  17. </SCRIPT>
复制代码运行代码另存代码
flash外壳

[ 本帖最后由 秦皇也爱JS 于 2007-4-20 11:22 编辑 ]
"我要印"印刷商务平台     和我聊聊
自从一见桃花后,直至如今更不疑!

使用道具 举报

Rank: 3Rank: 3

升级  34%

注册时间
2004-11-28
威望
152
阅读权限
30
积分
302
帖子
159
精华
0
UID
20322
状态
当前离线
发表于 2007-4-20 13:16:03 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
好,收了,谢了

使用道具 举报

Rank: 8Rank: 8

注册时间
2004-11-9
威望
3569
阅读权限
150
积分
6663
帖子
3112
精华
4
UID
19294
状态
当前离线
发表于 2007-4-20 14:04:27 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
呵, 这玩意我也做过。。

功能比较简单

http://ucren.com/vjbox/descripti ... /PicturePlayer.html
暂时遁去。

使用道具 举报

Rank: 2

升级  20%

注册时间
2006-4-19
威望
54
阅读权限
20
积分
80
帖子
33
精华
0
UID
50445
状态
当前离线
发表于 2007-4-23 21:35:01 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
收下了,感觉楼主

使用道具 举报

Rank: 4

升级  18%

注册时间
2006-3-6
威望
258
阅读权限
50
积分
590
帖子
297
精华
0
UID
47936
状态
当前离线
发表于 2007-4-24 11:02:13 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料 QQ 查看个人网站
dron封装的还不错

有用过你写的东东~

可别追究版权哦。:lol
做学问要在不疑处有疑;待人要在有疑处不疑.
网站推广、增加网站流量
戒烟、戒酒、戒赌、戒毒

使用道具 举报

Rank: 3Rank: 3

升级  18%

注册时间
2007-3-27
威望
140
阅读权限
30
积分
254
帖子
133
精华
0
UID
67035
状态
当前离线
发表于 2007-4-25 09:09:16 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
好东西,大家造!

使用道具 举报

Rank: 3Rank: 3

升级  34.67%

注册时间
2006-2-28
威望
148
阅读权限
30
积分
304
帖子
128
精华
0
UID
47623
状态
当前离线
发表于 2007-4-25 09:43:39 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
:lol 好东西

使用道具 举报

Rank: 3Rank: 3

升级  91.33%

注册时间
2005-11-18
威望
178
阅读权限
30
积分
474
帖子
165
精华
0
UID
41638
状态
当前离线
发表于 2007-4-25 16:31:10 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料 QQ Yahoo! 查看个人网站
都不错

使用道具 举报

Rank: 4

升级  94.8%

注册时间
2005-11-30
威望
744
阅读权限
50
积分
974
帖子
223
精华
0
UID
42828
状态
当前离线
发表于 2007-4-26 00:14:28 |显示全部楼层 |串个门|加好友|打招呼|发消息 |
查看详细资料
FILTER: blendTrans (Duration=1)

用的滤镜

使用道具 举报

您需要登录后才可以回帖 登录 | 加入无忧

Archiver|手机版|无忧脚本 ( 苏ICP备05080427号 )|值班电话:027-62300445  

GMT+8, 2012-2-7 21:38 , Processed in 0.068694 second(s), 14 queries , Gzip On, Memcache On.

Powered by Discuz! X2

© 1999-2011 无忧脚本

回顶部