晓东哥
人生就是一道命题,每个人的答案可能不尽相同,但你的内容中如果完全被物欲和世俗充斥,那你得到的一定不会是最好的结局。 -------晓东
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<HTML>
 
<HEAD>
  
<TITLE>Winamp网页播放器</TITLE>
  
<META name="Author" content="Winamp网页播放器">
  
<META name="Keywords" content="Winamp网页播放器">
  
<META name="Description" content="Winamp网页播放器">
  
<META http-equiv="Content-Type" content="text/html; charset=gb2312">

<style type="text/css">
<!-- 
    A:visited 
{ color:#FFFFFF; text-decoration: none } 
    A:active 
{ color:#FFFFFF; text-decoration: none } 
    A:hover 
{color:gold; text-decoration: none ; cursor:hand;}
    A:link 
{ color:#FFFFFF; text-decoration: none } 
    BODY 
{
    scrollbar-face-color
:white;
    scrollbar-shadow-color
:#666666;
    scrollbar-highlight-color
:#666666;
    scrollbar-3dlight-color
:white;
    scrollbar-darkshadow-color
:white;
    scrollbar-track-color
:white;
    scrollbar-arrow-color
:#666666;
    font-size
:12px;
    background
: white;
    background-color
: #000000;
    margin-left
: 0px;
    margin-top
: 0px;
    margin-right
: 0px;
    margin-bottom
: 0px;
}
 
    .text
{font-size:9pt;} 
      TD
{font-size:9pt; }
-->
</style>
<script type="text/javascript" language="javascript">
<!--
//原Exobudpll.js Added By Dicky 2005-11-7 7:09:21
    var via = parent;
    
var write_via = "parent";
    
var iLoc= self.location.href;

    
function playSel(){via.wmpStop();via.startExobud();}
    
function refreshPl(){ self.location=iLoc;}
    
function chkSel(){via.chkAllSel();refreshPl();}
    
function chkDesel(){via.chkAllDesel();refreshPl();}

    
function dspList(n){
        
        
var elmABlock=10;// 设定每页可显示多少个播放项目
        var totElm = via.intMmCnt;
        
var totBlock= Math.floor((via.intMmCnt -1/ elmABlock)+1;
        
var cblock;
        
if(n==null){cblock=1;}
        
else{cblock=n;}
        
var seed;
        
var limit;
        
if(cblock < totBlock){seed= elmABlock * (cblock-1); limit =  cblock*elmABlock -1}
        
else{seed=elmABlock * (cblock-1); limit= totElm-1;}

    
if(via.intMmCnt >0 ){
        
var list_num=0;
        mmList.innerHTML
='';
        
for (var i=seed; i <= limit; i++)
        
{    list_num = i + 1;
            
if(via.objMmInfo[i].selMm=="t"){elm='&nbsp;&nbsp<input type=checkbox  style="cursor:hand;" onfocus=blur() onClick='+ write_via + '.chkItemSel('+ i +'); checked>' ;}
            
else{elm = '&nbsp;&nbsp<input type=checkbox style="cursor:hand;" onfocus=blur() onClick='+ write_via + '.chkItemSel('+ i +');>' ;}
            elm 
= elm + '&nbsp;&nbsp' + list_num + '. ' 
            elm 
= elm + '<a href=javascript:' + write_via + '.selPlPlay(' + i + ');'
            elm 
= elm + ' onfocus=blur() onclick=\"this.blur();\">'
            
if(via.objMmInfo[i].mmTit =="nAnT"){ elm = elm + "未指定媒体标题(等待自动取得媒体信息)";}
            
else{elm = elm + via.objMmInfo[i].mmTit;}
            elm
= elm+  '</a><br>';
            mmList.innerHTML
=mmList.innerHTML+elm;
        }


                
var pmin=new Number(cblock)-3;
        
var pmax=new Number(cblock)+3;
        
var ppre=new Number(cblock)-1;
        
var pnext=new Number(cblock)+1;
        
if(pmin<=3){pmin=1;pmax=7;}
        
if(pmax>totBlock){pmax=totBlock;}
        
if(ppre<=1){ppre=1;}
        
if(pnext>totBlock){pnext=totBlock;}

        
for(var j=pmin; j<=pmax; j++){
            page
='<a href=javascript:dspList('+j+') onFocus=blur()>['+j+']</a> ';
        }


        pageInfo.innerHTML
='&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=javascript:dspList(1) onfocus=blur() title=首页><font face="Webdings">9</font></a>&nbsp;<a href=javascript:dspList('+ppre+') onfocus=blur() title=上一页><font face="Webdings">3</font></a>&nbsp;第<font color=#3399FF><b>'+cblock+ '</b></font>&nbsp;共'+ totBlock+'页&nbsp;共'+totElm+'首&nbsp;<a href=javascript:dspList('+pnext+') onfocus=blur() title=下一页><font face="Webdings">4</font></a>&nbsp;<a href=javascript:dspList('+totBlock+') onfocus=blur() title=尾页><font face="Webdings">:</font></a>';

    }

    
else { mmList.innerHTML='<div align=center>未加载播放列表</div>'; }
     }




// ExoBUD⑩ MP(II) List Popping Up
function openPlaylist_i(layername)
{
    
if (parent.opener)
    
{
        
if (parent.document.getElementById(layername).style.visibility == 'visible')
            
{
                parent.document.getElementById(layername).style.visibility 
= 'hidden';
                parent.resizeTo(
255,138);
            }

        
else
            
{
                parent.document.getElementById(layername).style.visibility 
= 'visible';
                parent.resizeTo(
255,388);
            }

    }

    
else
    
{
        
if (parent.document.getElementById(layername).style.visibility == 'visible') 
            parent.document.getElementById(layername).style.visibility 
= 'hidden';
        
else
            parent.document.getElementById(layername).style.visibility 
= 'visible';
    }

}

//原Exobudpll.js Added By Dicky 2005-11-7 7:09:21
//
-->
</script>
</HEAD>

<BODY onLoad="dspList();this.focus();" onmouseover="window.status=' Http://Dicky.CnBlogs.Com';return(true)" onfocus="window.status=' Http://Dicky.CnBlogs.Com';return(true)" oncontextmenu="window.event.returnValue=false" onDragStart="return false" onSelectStart="return false" text="silver" style="border: 0px solid black; margin: 0pt;">

<table width="310" align="center" cellpadding="0" cellspacing="0">
     
<tr>
        
<td> 

            
<table cellspacing="0" cellpadding="0">
                
<tr>
                   
<td background="img/pl1_01.gif" width="293" height="14">
</td>
                   
<td background="img/pl1_02.gif" width="27" height="14" onClick = "openPlaylist_i('play_list');" onFocus='this.blur()' title="关闭播放列表" style="cursor:hand;">
                   
</td>
                
</tr>
            
</table>

        
</td>
     
</tr>

     
<tr>
        
<td> 

            
<table cellspacing="0" cellpadding="0">
                
<tr>
                   
<td background="img/pl2.gif" width="310" height="26">
                   
</td>
                
</tr>
            
</table>

        
</td>
     
</tr>

     
<tr>
        
<td> 

             
<table cellspacing="0" cellpadding="0">
                
<tr>
                   
<td background="img/pl3.gif" width="310"  valign="top">
                     
<DIV id="mmList"></DIV>
                        
 
</div>
                  
</td>
                
</tr>
            
</table>

        
</td>
     
</tr>

     
<tr>
        
<td> 

            
<table cellspacing="0" cellpadding="0">
                
<tr>
                   
<td background="img/pl4.gif" width="310"  valign="top">
                       
<table width="100%" cellpadding="0" cellspacing="0">
                          
<tr>
                            
<td>
                               
<DIV id="pageList"></DIV>
                            
</td>
                          
</tr>
                            
<tr>
                            
<td>
                               
<SPAN id="pageInfo"></SPAN>
                            
</td>
                          
</tr>
                     
</table>                  </td>
                
</tr>
            
</table>

        
</td>
     
</tr>

     
<tr>
        
<td> 

             
<table cellspacing="0" cellpadding="0">
                
<tr>
                   
<td background="img/pl5_01.gif" width="119" height="23">
                   
</td>
                   
<td background="img/pl5_02.gif" width="37" height="23" onClick="chkDesel()" onFocus="this.blur()" title="全部不选" style="cursor:hand;">    
                   
</td>
                   
<td background="img/pl5_03.gif" width="58" height="23" onClick="chkSel();" onFocus="this.blur()" title="全部选取" style="cursor:hand;">
                   
</td>
                   
<td background="img/pl5_04.gif" width="83" height="23" onClick="playSel();" onFocus="this.blur()" title="播放已选取的曲目" style="cursor:hand;">
                   
</td>
                   
<td background="img/pl5_05.gif" width="13" height="23" onClick = "openPlaylist_i('play_list');" onFocus='this.blur()' title="关闭播放列表" style="cursor:hand;">
                   
</td>
                
</tr>
            
</table>

        
</td>
     
</tr>
</table>

</BODY>
</HTML>
posted on 2005-11-18 08:37  edwin  阅读(650)  评论(0)    收藏  举报