* 如何做部落格的自動撥放音樂語法~看這裡哩 *
* 如何做部落格的自動撥放音樂語法~看這裡哩 *
貼音樂-長圖示
<embed src="網址" width=180 height=30 type=audio/x-pn-realaudio-plugin autostart="true" controls="ControlPanel" style="border: 1 ridge #0000AA">
例如:
<embed src="網址" width=180 height=30 type=audio/x-pn-realaudio-plugin autostart="true" controls="ControlPanel" style="border: 1 ridge #0000AA">
音樂網址:靜靜的
<這首是..瘐澄慶-靜靜的>
把他套入~~~
<embed src="靜靜的
" width=180 height=30 type=audio/x-pn-realaudio-plugin autostart="true" controls="ControlPanel" style="border: 1 ridge #0000AA">
ps:<音樂網址....是有規定ㄉ喔...結尾必須是mp3或者wmaㄉ檔案>
你可以到這裡找尋你要ㄉ音樂網址http://board.ek21.com/board?uno=7815&nowp=2
真ㄉ不懂ㄉ話~~你可以到我ㄉ網誌告訴我~~我可以幫你解答http://www.wretch.cc/blog/gina8812000
[個人資料]
先到個人資料→修改個人資料→自我介紹那裡貼上語法
也可以貼在描述那裡
[相簿]
先到相簿→選你要放歌的相簿→編輯相簿→相簿描述
[網誌]
先到網誌→網誌管理→網誌描述
[留言板]
先到留言板→留言板管理→留言板描述
[網誌文章]
語法的變數:
hidden=false 是顯示撥放器,true是隱藏撥放器。
loop=1 表示撥放一次即停止,loop=-1表示無限撥放。
autostart=true 表示自動撥放,false則為不自動撥放。
volume="100"設定音量大小,數值是0~100。
width改撥放器的寬度,height改撥放器的高度。
音樂播放語法
1.<embed src="音樂網址"hidden="false" autostart="1" loop="-1" volume="0" width="140" height="40"></embed>有快轉鍵
2.<embed src="音樂網址" height="45" width="150" autostart="1" loop="1" hidden="false" ShowPositionControls="0"></embed>有控 制音量鍵
3.<embed src="音樂網址" hidden="false" autostart="true" loop="1" volume="0" width="130" height="30"></embed>最不占位的撥放器
隱藏播放器類(添加變數後的語法)
4.自動播放音樂.無限次自動重播 <embed src="此處貼上音樂網址" autostart="true" hidden="true" loop="1" volume="100" width="140" height=45></embed>
5.自動播放音樂.播放一次後就停止 <embed src="此處貼上音樂網址" autostart="true" hidden="true" loop="0" volume="100" width="140" height=45></embed>
顯示播放器類
6.自動播放音樂.無限次自動重播 <embed src="此處貼上音樂網址" autostart="true" loop="1" volume="100" width="140" height=45></embed>
7.自動播放音樂.播放一次後就停止 <embed src="此處貼上音樂網址" autostart="true" loop="0" volume="100" width="140" height=45></embed>
8.不自動播放音樂.無限次自動重播 <embed src="此處貼上音樂網址" autostart="false" loop="1" volume="100" width="140" height=45></embed>
9.不自動播放音樂.播放一次後就停止 <embed src="此處貼上音樂網址" autostart="false" loop="0" volume="100" width="140" height=45></embed>
MVㄑ這理學ㄅ~~http://www.wretch.cc/blog/bqdwxmdi&article_id=4237436
以上都告知了喔~ 加油了優~ ~