H5音訊 視訊 播放控制元件 及其屬性用法
阿新 • • 發佈:2019-02-08
屬性
屬性 | 值 | 描述 |
---|---|---|
autoplay | true | false | 如果是 true,則視訊在就緒後馬上播放。 |
controls | true | false | 如果是 true,則向用戶顯示控制元件,比如播放按鈕。 |
end | numeric value | 定義播放器在視訊流中的何處停止播放。預設地,聲音會播放到結尾。 |
height | pixels | 設定視訊播放器的高度。 |
loopend | numeric value | 定義在視訊流中迴圈播放停止的位置,預設是 end 屬性的值。 |
loopstart | numeric value | 定義在視訊流中迴圈播放的開始位置。預設是 start 屬性的值 |
playcount | numeric value |
定義視訊片段播放多少次。預設是 1。 |
poster | url | 在視訊播放之前所顯示的圖片的 URL。 |
src | url | 要播放的視訊的 URL。 |
start | numeric value | 定義播放器在音訊流中開始播放的位置。預設地,聲音在開頭進行播放。 |
width | pixels | 設定視訊播放器的寬度。 |
標準屬性
class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title
事件屬性
onabort, onbeforeunload, onblur, onchange, onclick, oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmessage, onmousedown, onmousemove, onmouseover, onmouseout, onmouseup, onmousewheel, onresize, onscroll, onselect, onsubmit, onunload