| 
在制作音畫和寫日志時(shí)都希望配上一首與內(nèi)容相配的背景音樂,但很苦惱的是為獲取音樂地址下載與上傳的麻煩,這里向你推薦一個(gè)簡(jiǎn)單的辦法, 這款播放器使用特簡(jiǎn)單,只要百度MP3音樂(點(diǎn)擊進(jìn)入)上有的歌曲和音樂,把其歌曲名稱、演唱者復(fù)制到下面對(duì)應(yīng)代碼上即可。  自動(dòng)播放器代碼:   <P align=center><EMBED src=http://box.baidu.com/widget/flash/song.swf width=500 height=74 type=application/x-shockwave-flash wmode="transparent" invokeurls="false" quality="high" allowScriptAccess="never" flashvars="name=歌曲名稱&artist=演唱者名字&autoPlay=true&loop=true" allowNetworking="internal"></P>  手動(dòng)播放器代碼: <P align=center><EMBED src=http://box.baidu.com/widget/flash/song.swf width=500 height=74 type=application/x-shockwave-flash wmode="transparent" invokeurls="false" allowScriptAccess="never" flashvars="name=歌曲名稱&artist=演唱者名字&loop=true" allowNetworking="internal"></P><WBR>    
 |