背景聲音、影片

打開你的喇叭,聽聽寧靜優雅的梵唄!

首頁中加入背景音樂的格式如下:
<embed src="路徑/聲音檔名" width=140 height=50
autostart=true loop=flase></embed>

首頁中加入影片的格式如下:
<embed src="http://www.youtube.com/..." type="application/x-shockwave-flash"
width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed>

HTML 5 以後可以用 iframe
<iframe width="560" height="315" src="www.youtube.com/embed/xTsbIe3egPQ" frameborder="0" allowfullscreen></iframe>

假如您不喜歡撥放音樂的圖形,可將width及height都設為零,
但這樣一來使用者就得到控制台去調聲音大小了。