?? exobud.htm
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>小麥小驛播放器</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META name="keywords" content="休閑怡情,品味人生">
<META name=Description content="小麥小驛">
<META content="Webdesign, Grafik, Downloads, Community, forum skin" name=Page-topic>
<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="JavaScript" src="exobudpl.js"></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>
<STYLE>BODY{BACKGROUND-POSITION:center 50%; BACKGROUND-IMAGE:url('pic/bg.gif')}</STYLE>
</head>
<!-- 當您將這個媒體播放器嵌入您的網站使用時,建議預留 640~760px(像素) 的寬度
乘以 20~25px(像素) 的高度 (在不使用字幕功能的情況下) 來設計框架的內容。 -->
<body onLoad="initExobud();" oncontextmenu=self.event.returnValue=false onselectstart="return false" topmargin="0" leftmargin="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 height=20 align=center cellpadding=0 cellspacing=0 border=0>
<form name="exobudform">
<tr>
<td height=20>
<!-- 顯示媒體標題的方塊:
您可以透過修改 style 屬性里面的樣式設定來做一些個人喜好的調整。 -->
<input type="text" class="title" id="disp1" value="" readonly style="height:18;width:256;cursor:crosshair">
<!-- 顯示時間長度的方塊:
假如媒體的時間長度超過一小時,請將 width 的數值適當地增加,令信息可以顯示得完整。 -->
<input type="button" class="time" id="disp2" value="" title="時間長度顯示方式 (正常/倒數)"
onClick="chgTimeFmt()" style="width:90;height:18;cursor:hand">
</td>
<!-- 顯示播放狀態的 Scope 動態圖文件:
如果您想要變更這個圖檔,請同時參考及修改 imgchg.js 接近檔末的部份。 -->
<td width=30 height=20 align=center
><img name="scope" src="pic/scope_off.gif" width=17 height=16
onClick="vizExobud()" style="cursor:help" title="寒塘碧荷歡迎您"
></td>
<!-- 播放器控制面板上的所有按鈕:
這些按鈕都是以窗體的方式來顯示的,您不能把按鈕改以圖文件的方式來顯示。 -->
<td height=20 nowrap>
<!-- 音量控制按鈕 -->
<input type="button" class ="buttons" name="vmute" value="靜" title="靜音模式"
onClick="wmpMute()" style="height:18;cursor:hand"
>
<input type="button" class ="buttons" name="vdn" value="▼" title="減少音量"
onClick="wmpVolDn()" style="height:18;cursor:hand"
>
<input type="button" class ="buttons" name="vup" value="▲" title="增加音量"
onClick="wmpVolUp()" style="height:18;cursor:hand">
<!-- 播放模式按鈕 -->
<input type="button" class ="buttons" name="pmode" value="" title="播放順序 (S=循序 R=隨機)"
onClick="chgPMode()" style="height:18;cursor:hand"
>
<input type="button" class ="buttons" name="rept" value="L" title="切換是否重復播放目前的曲目"
onClick="chkRept()" style="height:18;cursor:hand">
<!-- 基本操作按鈕 -->
<input type="button" class ="buttons" name="prevt" value="←" title="上一首曲目"
onClick="playPrev()" style="height:18;cursor:hand"
>
<input type="button" class ="buttons" name="pauzt" value="暫" title="暫停.繼續"
onClick="wmpPP()" style="height:18;cursor:hand"
>
<input type="button" class ="buttons" name="stopt" value="關" title="停止"
onClick="wmpStop()" style="height:18;cursor:hand"
>
<input type="button" class ="buttons" name="playt" value="開" title="播放"
onClick="startExobud()" style="height:18;cursor:hand"
>
<input type="button" class ="buttons" name="nextt" value="→" title="下一首歌曲"
onClick="playNext()" style="height:18;cursor:hand">
<!-- 播放清單按鈕 -->
<input type="button" class ="buttons" name="plist" value="小麥小驛-播放清單" title="顯示播放清單內容"
onClick="openPlist()" style="height:18;cursor:hand">
</td>
</tr>
<tr>
<td colspan=3 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>
</form>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -