⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exobud1.asp

📁 用VB+JAVASCRIPT开发的一个仿QQ爱墙软件
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>:: HX33--华夏动漫网 欢迎你! ::</title>
<meta name="Author" content="ExoBUD, Jinwoong Yu">
<meta name="Keywords" content="ExoBUD MP">
<meta name="Description" content="asf,asx,wma,wmx,wmv,wvx,mp3,wav,mid 網站媒體播放程式">
<link rel="stylesheet" type="text/css" href="exobud.css">


<!-- 加载 ExoBUD MP(II) 主程序 -->
<script language="JavaScript" src="exobud.js"></script>

<!-- 加载 ExoBUD MP(II) 基本设定档 -->
<script language="JavaScript" src="exobudset.js"></script>

<!-- 加载 ExoBUD MP(II) 播放清单设定文件 -->
<SCRIPT LANGUAGE="JScript.Encode" src="exobudpl.asp"></script>

<!-- 如果您不熟悉原始碼編輯,請勿隨便修改下面使用 JScript 的部份,否則可能會導致程式不能正常運作 -->
<script language="JScript" for="Exobud" event="openStateChange(sf)">evtOSChg(sf);</script>
<script language="JScript" for="Exobud" event="playStateChange(ns)">evtPSChg(ns);</script>
<script language="JScript" for="Exobud" event="error()">evtWmpError();</script>
<script language="JScript" for="Exobud" event="Buffering(bf)">evtWmpBuff(bf);</script>

<!-- 載入「動態按鈕圖檔切換」的 JavaScript 程式檔 -->
<script language="JavaScript" src="imgchg.js"></script>
</head>

<!-- 當您將這個媒體播放器嵌入您的網站使用時,建議預留 640~760px(像素) 的寬度
     乘以 20~25px(像素) 的高度 (在不使用字幕功能的情況下) 來設計框架的內容。 -->

<body onLoad="initExobud();" onDragStart="return false" onSelectStart="return false"
  topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>

<object id="Exobud" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
  type="application/x-oleobject" width="0" height="0"
  style="position:relative;left:0px;top:0px;width:0px;height:0px;">
  <param name="autoStart" value="true">
  <param name="balance" value="0">
  <param name="currentPosition" value="0">
  <param name="currentMarker" value="0">
  <param name="enableContextMenu" value="false">
  <param name="enableErrorDialogs" value="false">
  <param name="enabled" value="true">
  <param name="fullScreen" value="false">
  <param name="invokeURLs" value="false">
  <param name="mute" value="false">
  <param name="playCount" value="1">
  <param name="rate" value="1">
  <param name="uiMode" value="none">
  <param name="volume" value="100">
</object>

<table width=100% height=25 align=center cellpadding=0 cellspacing=0 border=0>
  <tr>
    <td width=100% background="./img/bg.gif">

<table height=25 align=center cellpadding=0 cellspacing=0 border=0>
  <tr>

      <!-- 顯示播放狀態的 Scope 動態圖檔:
           如果您想要變更這個圖檔,請同時參考及修改 imgchg.js 接近檔末的部份。 -->
    <td width=25 align=center
     ><img name="scope" src="./img/scope_off.gif" width=21 height=20
      onClick="vizExobud()" style="cursor:help" title="HX33--华夏动漫网(www.hx33.net)"
    ></td>

    <td width=11 background="./img/bg1l.gif"></td>
    <td width=245 background="./img/bg1c.gif">&nbsp;

      <!-- 顯示媒體標題的方塊:
           本面板播放器使用跑馬燈(marquee)的方式顯示媒體標題,所以您不用擔心因為標題過長而不能完整顯示。
           您可以根據個人喜好來設定跑馬燈的屬性,包括跑動方式(behavior)及跑動速度(scrollamount,scrolldelay)。 -->
      <marquee behavior="scroll" width=230 height=12 scrollamount=2 scrolldelay=70 style="padding-bottom:2px">
        <span id="disp1" class="title">ExoBUD MP(II) v4.1tc+ 網站媒體播放程式</span>
      </marquee>

    </td>
    <td width=11 background="./img/bg1r.gif"></td>
    <td width=11 background="./img/bg2l.gif"></td>
    <td width=105 align=center background="./img/bg2c.gif" nowrap onClick="chgTimeFmt()">

      <!-- 顯示時間長度的方塊:
           假如媒體的時間長度超過一小時,請將 width 的數值適當地增加,令資訊可以顯示得完整。 -->
      <span id="disp2" class="time" title="時間長度顯示方式 (正常/倒數)"
        style="width:105;cursor:hand;padding-bottom:2px">00:00 | 00:00</span>

    </td>
    <td width=11 background="./img/bg2r.gif"></td>
    <td width=5></td>

    <td nowrap>

      <!-- 播放器控制面板上的所有按鈕:
           如果您想要變更這些圖檔,請同時參考及修改 imgchg.js 這個檔案的內容。 -->
      <img name="vmute" src="./img/btn_mute_off.gif"    width=15 height=25 border=0 onClick="wmpMute()"
        onMouseOver="imgtog('vmute',2)" onMouseOut="imgtog('vmute',3)" style="cursor:hand" title="靜音模式"
     ><img name="vdn"   src="./img/btn_vdn.gif"         width=15 height=25 border=0 onClick="wmpVolDn()"
        onMouseOver="imgtog('vdn',2)"   onMouseOut="imgtog('vdn',3)"   style="cursor:hand" title="減少音量"
     ><img name="vup"   src="./img/btn_vup.gif"         width=15 height=25 border=0 onClick="wmpVolUp()"
        onMouseOver="imgtog('vup',2)"   onMouseOut="imgtog('vup',3)"   style="cursor:hand" title="增加音量">

      <img name="pmode" src="./img/btn_rndmode_off.gif" width=15 height=25 border=0 onClick="chgPMode()"
        onMouseOver="imgtog('pmode',2)" onMouseOut="imgtog('pmode',3)" style="cursor:hand" title="播放順序 (S=循序 R=隨機)"
     ><img name="rept"  src="./img/btn_rept_off.gif"    width=15 height=25 border=0 onClick="chkRept()"
        onMouseOver="imgtog('rept',2)"  onMouseOut="imgtog('rept',3)"  style="cursor:hand" title="切換是否重複播放目前的曲目">

      <img name="prevt" src="./img/btn_prev.gif"        width=24 height=25 border=0 onClick="playPrev()"
        onMouseOver="imgtog('prevt',2)" onMouseOut="imgtog('prevt',3)" style="cursor:hand" title="上一首曲目"
     ><img name="pauzt" src="./img/btn_pauz_off.gif"    width=24 height=25 border=0 onClick="wmpPP()"
        onMouseOver="imgtog('pauzt',2)" onMouseOut="imgtog('pauzt',3)" style="cursor:hand" title="暫停.繼續"
     ><img name="stopt" src="./img/btn_stop.gif"        width=24 height=25 border=0 onClick="wmpStop()"
        onMouseOver="imgtog('stopt',2)" onMouseOut="imgtog('stopt',3)" style="cursor:hand" title="停止"
     ><img name="playt" src="./img/btn_play.gif"        width=24 height=25 border=0 onClick="startExobud()"
        onMouseOver="imgtog('playt',2)" onMouseOut="imgtog('playt',3)" style="cursor:hand" title="播放"
     ><img name="nextt" src="./img/btn_next.gif"        width=24 height=25 border=0 onClick="playNext()"
        onMouseOver="imgtog('nextt',2)" onMouseOut="imgtog('nextt',3)" style="cursor:hand" title="下一首曲目">

      <img name="plist" src="./img/btn_plist.gif"       width=24 height=25 border=0 onClick="openPlist()"
        onMouseOver="imgtog('plist',2)" onMouseOut="imgtog('plist',3)" style="cursor:hand" title="顯示播放清單內容">

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

    </td>
  </tr>
  <tr>
    <td height=0>

      <!-- 顯示字幕框的部份:
           如果您想要使用字幕功能,您便需要預留頁面一些空間用來顯示這個字幕框。
           無論您是否使用字幕功能,請勿隨便修改或刪除下面這段  DIV 區塊的語法。 -->
      <div id="capText" style="width:100%;height:60;color:white;background-color:#555555;padding-top:3px;padding-left:5px;display:none"
        >ExoBUD MP(II) 字幕顯示系統(SMI)</div>

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

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -