以下的3個 dewplayer (mp3 flash player) 是來自:
http://www.alsacreations.fr/dewplayer-en
1. Mini 1.9 (160x20)
3. Multi 1.9(240x20)
在dewplayer 網頁也有一個原碼Generator, 你可將你的音樂連結網址貼在"URL of the mp3 file" 挑選你的mp3 player's version, 點取 Classic or Mini or MUlti, 選底色, or transparent (我以上3個PLAYER都是沒有底色), Volume 100% (不用改) 其他 autostart, autoreplay, no cursor, random play (我不要), 只勾選了 time display, 這樣可知音樂的長度, 幾時會完. 按"OK" 原碼便會出現, 將它貼在日誌原碼頁(或writer的程式碼區)便可.
原碼examples:
1. classic & mini player :
<object type="application/x-shockwave-flash" data="dewplayer.swf?mp3=test.mp3" width="200"height="20"><param name="movie" value="dewplayer.swf?mp3=test.mp3" /></object>
<object type="application/x-shockwave-flash" data="dewplayer-multi.swf?mp3=/media/sons/test.mp3|/media/sons/test2.mp3&showtime=1" width="240" height="20"><param name="wmode" value="transparent" /><param name="movie" value="dewplayer-multi.swf?mp3=/media/sons/test.mp3|/media/sons/test2.mp3&showtime=1" /></object>
<embed src="http://dl.toofiles.com/0vimpj/documents/dewplayermulti.swf?mp3=http://meiwechner.googlepages.com/piano1.mp3|http://meiwechner.googlepages.com/thegrand2.mp3|http://meiwechner.googlepages.com/littlerainssay-Thegrande2.mp3&showtime=1" width="240" height="20" type="application/x-shockwave-flash" wmode="transparent"></embed>
* separate URLs with | (pipe).
Example :
/media/sons/test.mp3|/media/sons/test2.mp3
"|" 在鍵盤的位置是 Shift + blackslash (是在Enter鍵之上那個有2直點的鍵)
最後發覺:
1. 很難找 swf free hosting
2. mulit player, 就是常出問題, 上載了很多網, 也是不能視的!!!
以上是看了http://idsky.co.cc/f2blog/rewrite.php/read-91.html
嵌入語法 :
<embed type="application/x-shockwave-flash" src="路徑/dewplayer.swf?mp3=路徑/音樂.mp3" width="240" height="20"></embed>
或
<object type="application/x-shockwave-flash" data="路徑/dewplayer.swf?mp3=路徑/音樂.mp3" width="200" height="20">
<param name="movie" value="路徑/dewplayer.swf?mp3=路徑/音樂.mp3" />
</object>
路徑/dewplayer.swf 是你 dewplayer.swf 的位置
路徑/音樂.mp3 是你要播放的mp3音樂位置
註: Dewplayer 播放器只支援.mp3音樂類型
未完.............
0 Responses
張貼留言