close

“音樂無處不在”。尤其在當今互聯網迅猛發展的年代,各種音樂網站一把抓就是。但是你知道這些音樂是如何添加上去的嗎?當網頁中插入音樂時,要根據不同的後綴名,來寫不同的代碼!下面面就是多種格式文件的詳細使用代碼。
注:
  "音樂文件和地址"——待播放文件的文件名,前面帶上絕對路徑,或者本站的相對路徑。
width_num——指定一個作為寬度的數字;
height_num——指定一個作為高度的數字;
1.mid
<embed src="音樂文件和地址" type="audio/midi" hidden="false" autostart="true" loop="true" height=height_num width=width_num></embed>
2.mp3
<embed controller="true" width="width_num" height="height_num" src="音樂文件和地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html "></embed>
3.avi
<embed src="音樂文件和地址" border="0" width="width_num" height="height_num" type="application/x-mplayer2"></embed>
4.flash
<embed src="音樂文件和地址" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="width_num " height="height_num" play="true" loop="true" quality="high" scale="showall" menu="true"></embed>
5.mpg
<embed src="音樂文件和地址" border="0" width="width_num" height="height_num" type="application/x-mplayer2"></embed>
6.mov
<embed controller="true" width="width_num" height="height_num" src="音樂文件和地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html "></embed>
7.rm
<OBJECT>" height="height_num">
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="AUTOSTART" Value="true">
<PARAM NAME="SRC" VALUE="音樂文件和地址">
<embed height="高" width="寬" controls="ImageWindow" src="音樂文件和地址" type="audio/x-pn-realaudio-plugin" autostart="true" nolabels="0" autogotourl= "-1"></OBJECT>
8.上面的都是使用播放器的,如果只是想播放背景音樂的話可以使用如下簡單語句:
<bgsound src="音樂文件和地址" loop=1>
loop後面是循環的次數,-1代表無限循環。

對於初學網頁設計的朋友來說,肯定覺得茫然吧,看到這些代碼就頭疼,其實並不難,瞭解技巧之後,以上這些操作起來就輕而易舉了。

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 螺絲 的頭像
    螺絲

    海洋之星

    螺絲 發表在 痞客邦 留言(0) 人氣()