qooza

2006-12-29 6:28 am
1.我想係日誌頂上+mv,教我+

2.有冇語法?唔要雄之網頁,我家姐唔比我入!!

回答 (2)

2007-01-07 7:25 pm
✔ 最佳答案
2.在日記內加一個播放器r
寫新日記時,tick左個edit html既box,打下面呢段code
<embed src="http://kkx3.com/xanga/midi/001.mid" width="300" height="50" autostart="0" loop="true" flase=no>

embed音箱語法介紹:
src=音樂檔案的位址
--------------------------------
width=設定音箱的長度
height=設定音箱的高度
以上不打出來的話會變成背景音樂(不建議)
長寬弄太小的話可能某些按鈕會看不到。
-----------------------------
autostart=是否自動撥放
true=是的!
0=不是,等待觀看者點播放按鈕
-----------------------------
flase=no
如果配合取消自動撥放的話會讓遊覽者讀取文章速度加快
-----------------------------
loop=設定是否重複撥放
loop=ture 無限次數撥放
loop=0 不重複撥放
----------------------
而碰巧的是,WMP的影片跟音樂的撥放語法都相差不了多少,只不過請記得撥放影片時高度跟寬度得設定比音樂大一點(汗),而且高度是包含撥放面板介面;也就是說因為面板的高度已經占去了40,所以高度得多加設定40才行。


圖片參考:http://kkx3.net/xanga/010.jpg



3.選單式音樂播放
在look and feel內,可以放在header或website stats



header:
website stats:


圖片參考:http://kkx3.net/xanga/header.jpg


圖片參考:http://kkx3.net/xanga/webstats.jpg

<script language="javascript">
function songstop(){
if (document.layers) {document.ram.document.write(" "); document.lthhung.document.close()}
if (document.all) lthhung.netinnerHTML=" "}
function songplay(){
if (document.layers) {
document.lthhung.document.write("<embed src='+sound+' autostart='true' loop='true' width='0' height='0'>"); document.ram.document.close()}
if (document.all) lthhung.innerHTML="<embed src='"+sound+"' autostart='true' loop='true' width='0' height='0'>"}
function getNewSound(){
sound=document.hung.music.options[document.hung.music.selectedIndex].value;
songstop()
songplay()}
</script>
<a id="lthhung"></a>
<form name="hung">
<select onchange="getNewSound()" size="1" name="music">
<option style="BACKGROUND-COLOR:purple;color:pink" >*選首您喜歡的音樂*</option>
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
</select>
</form>
效果



header:
website stats:


圖片參考:http://kkx3.net/xanga/011.jpg
2007-01-07 7:27 pm
Using embed src, you can add the mv.


收錄日期: 2021-04-13 14:14:26
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20061228000051KK02604

檢視 Wayback Machine 備份