Dewplayer 音樂 MP3 播放器 - 使用 dewplayer-vol.swf 版本
____
首先
下圖是它在網頁上顯示的外觀圖片
寬度及高度預設值為 width="240" height="20"
____
內崁的基本 HTML 語法為
<embed width="240" height="20" src="http://.../dewplayer-vol.swf?mp3=http://.../*.mp3&autostart=0&autoreplay=0&volume=100"></embed>
____
語法分解成
<embed
width="240" height="20"
src="http://.../dewplayer-vol.swf?mp3=http://.../*.mp3
&autostart=0
&autoreplay=0
&volume=100">
</embed>
其中青色文字不要更改,只要取代掉紅色文字就可以了。
____
語法解說〈參數需使用小寫〉
&autostart=0 | 關閉自動播放功能〈把 0 改為 1 為開啟〉 |
&autoreplay=0 | 關閉重複播放功能〈把 0 改為 1 為開啟〉 |
&volume=50 | 調整音量大小〈從 0 到 100〉 |
____
現在播放的音樂範例是由 Dewplayer 網頁所下載的 test2.mp3
請點選 播放按鈕 即可聽見音樂
____
其它參數範例
wmode="transparent" | 播放器背景顏色透明化 |
| | 分隔欲播放的 MP3 |
&randomplay=1 | 開啟隨機播放功能〈把 1 改為 0 為關閉〉 |
bgcolor="ff0000" | 背景顏色色碼此為紅色 (FF0000 也可以)〈本例已有透明背景〉 |
____
語法
<embed width="240" height="20" wmode="transparent" src="http://.../dewplayer-vol.swf?mp3=http://.../test1.mp3|http://.../test2.mp3|http://.../test3.mp3&autostart=0&autoreplay=1&volume=50&randomplay=1"></embed>
____
現在播放的音樂是由 Dewplayer 網頁所下載的 test1.mp3 , test2.mp3 , test3.mp3
請點選 播放按鈕 即可聽見音樂
____
隨機播放時曲目跑馬燈會發生錯誤情況
播放器上更改文字顏色 (預設值為白色),目前筆者還測試不出結果
Dewplayer 網頁上註明可使用 JavaScript controls
_______
主題網站
超連結 → alsacréations 網站 (法文) 的英文網頁 Dewplayer (含下載點)
相同文章存放於
Google Blogger 的 Fosters.GM 網頁
_______
留言列表