各種媒體線上播放代碼

來源:互聯網
上載者:User
媒體|線上

    現在有自己blog的人越來越多了,大家也都想在自己的blog上勾畫出自己的特色,比如個性的首頁、個性的介紹以及向大家推薦自己喜歡的音樂等。為了給大家也給自己提供方便,整理了一些流行格式的線上播放代碼,以備添加之用。

【文中的一些標號的說明】
    "Filename with full URL"——待播放檔案的檔案名稱,前面帶上絕對路徑,或者本站的相對路徑。
    width_num——指定一個作為寬度的數字;
    height_num——指定一個作為高度的數字;

1.mid

<embed src="Filename with full URL" 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="Filename with full URL" border="0" 

pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed> 

3.avi

<embed src="Filename with full URL" border="0" width="width_num" 

height="height_num" type="application/x-mplayer2"></embed> 

4.flash

<embed src="Filename with full URL" 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="Filename with full URL" 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="Filename with full URL" 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="Filename with full URL">

<embed height="height_num" width="width_num" controls="ImageWindow"

 src="Filename with full URL" type="audio/x-pn-realaudio-plugin" autostart="true" nolabels="0" autogotourl="-1"></OBJECT> 

8.上面的都是使用播放器的,如果只是想播放背景音樂的話可以使用如下簡單語句:
<bgsound src="Filename with full URL"> loop=1>
loop後面是迴圈的次數,-1代表無限迴圈。



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.