本文引用自ec88 - embed語法 = 部落格播音樂

(WMA、WMV、ASF、MPG、AVI)

<embed src=檔案位址>

尺寸大小:

<embed src=檔案位址 width=寬度 height=高度>

不自動播放:
如果說,我們不想讓音樂自動播放的話,那麼即可在語法加上參數 autostart。
<embed src=檔案位址 autostart=false>

循環播放:
假如,音樂很好聽的話,我們想循環播放的話,那麼即可在語法加上參數 loop=true 。
<embed src=檔案位址 loop=true>

隱藏面版:
你想隱藏面版的話,就可以加上參數 hidden=true 。
<embed src=檔案位址 hidden=true>


另外,假如你是使用Firefox瀏覽器播放的話呢,那麼就要修一下兩個語法了。

有問題的是下面兩個:

Mp3檔
<embed src=檔案位址 type=video/x-ms-asf width=寬度 height=高度 >

Rm檔
<embed src=檔案位址 type=audio/x-pn-realaudio-plugin width=寬度 height=高度 >

★★★★★★★★★★★★★★
註:
我的作法是 mp3檔
都採用下面方式,則無論IE或是Firefox瀏覽器,都能適用。
Mp3檔
<embed src=檔案位址 type=video/x-ms-asf width=寬度 height=高度 >

=========================================

痞客邦 PIXNET embed語法的按鈕

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

    遊走歲月

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