無名懶人播放器

2008031009:38

怎樣播放音樂,一直都是大家很關心問題。
如果您已經有了『音樂網址』,還要上傳到影音網站來貼,這樣很麻煩。
所以呢?您只要將『音樂網址』加到語法中,就可以成為背景音樂。

無名 mp3 播放器 語法↓

<embed allowScriptAccess="none"src="http://pic.wretch.cc/icon/mp3player.swf?config=http://l.yimg.com/wretch.yimg.com/icon/mp3player.xml&autoStart=true&file=音樂網址" width="1" height="1"></embed>

可是這個語法是自動播放。不想聽的人無法關掉~~
怎麼辦呢?


這是亮亮分享的語法↓

<embed style="FILTER: gray" src="http://pic.wretch.cc/icon/mp3player.swf?config=http://l.yimg.com/wretch.yimg.com/icon/mp3player.xml&autoStart=true&file=音樂網址&autostart=true&=autoreplay=1" width="120" height="80" type="application/x-shockwave-flash" showstatusbar="true" loop="-1" enablecontextmenu="0" volume="-200" autostart="true" ></embed></p>


語法說明:

width=200  :設定播放器的寬度
heigh=300  :設定播放器的高度
 
autostart=0 :設定音樂播放一次就停止
autostart=1 :設定音樂不斷重複播放

autostart=true :設定網頁開啟時音樂自動播放
autostart=false:設定網頁開啟時音樂手動播放

loop="1" :設定1或-1都是重複播放音樂
loop="0" :設定0為播放一次
volume="0" :設定音量(音量是從-10000到0)


   這個語法,貼到雅虎來,經我測試.....好像所有的設定都無效...

      不過,不想聽音樂的人,可以將音樂關掉。

既然設定都無效,所以語法可簡化為 ↓

<embed src="http://pic.wretch.cc/icon/mp3player.swf?config=http://l.yimg.com/wretch.yimg.com/icon/mp3player.xml&autoStart=false&file=音樂網址&autostart=true" width="120" height="80"></embed></p>

 


   因此,我加上音樂網址,變成這篇文章的背景音樂↓

<embed src="http://pic.wretch.cc/icon/mp3player.swf?config=http://l.yimg.com/wretch.yimg.com/icon/mp3player.xml&autoStart=true&file=http://8.mms.blog.xuite.net/8/d/9/f/17268154/blog_776812/dv/11385668/11385668.mp3&autostart=true" width="120" height="80"></embed></p>

 


至於懶人播放器,要怎樣網頁開啟時,不自動播放音樂。
如果您有相關資訊,請提供分享好嗎?