在线手册

  • prop audio muted

    ... supported in all major browsers. Note: Internet Explorer 8 and earlier versions, do not support the <audio> element. Syntax Return the muted property: audioObject.muted Set the muted property: audioObject.muted=true|false ...

  • prop audio preload

    ... the page loads: var x = document.getElementById("myAudio").preload; The result of x will be: none // The audio should NOT be loaded when the page loads Try it yourself » Definition and Usage The preload property sets ...

  • prop audio volume

    ... in all major browsers. Note: Internet Explorer 8 and earlier versions, do not support the <audio> element. Syntax Return the volume property: audioObject.volume Set the volume property: audioObject.volume=number Property ...

  • att audio autoplay

    ... autoplay 4.0 9.0 3.5 4.0 10.5 Differences Between HTML 4.01 and HTML5 The <audio> tag is new in HTML5. Differences Between HTML and XHTML In XHTML, attribute minimization is forbidden, and the autoplay ...

  • att audio controls

    ... controls 4.0 9.0 3.5 4.0 10.5 Differences Between HTML 4.01 and HTML5 The <audio> tag is new in HTML5. Differences Between HTML and XHTML In XHTML, attribute minimization is forbidden, and the controls ...

  • att audio loop

    ... a boolean attribute. When present, it specifies that the audio will start over again, every time it is finished. ... 10.5 Differences Between HTML 4.01 and HTML5 The <audio> tag is new in HTML5. Differences Between HTML and ...

  • att audio muted

    ... muted 4.0 10.0 11.0 7.1 10.5 Differences Between HTML 4.01 and HTML5 The <audio> tag is new in HTML5. Differences Between HTML and XHTML In XHTML, attribute minimization is forbidden, and the muted ...

  • att audio preload

    ... > Try it yourself » Definition and Usage The preload attribute specifies if and how the author thinks that the audio file should be loaded when the page loads. The preload attribute allows the author to provide a hint to the ...

  • prop audio controller

    ... buffered 属性 HTML DOM Audio controls 属性 → Audio controller 属性 Audio 对象 实例 检测该音频是否有媒体控制器: var x = document.getElementById("myAudio").controller; 尝试一下 » 定义和用法 controller 属性返回音视频的当前媒体控制器。 默认地,音视频元素不 ...

  • prop audio currentsrc

    ... 本不支持该属性。 语法 audioObject.currentSrc 技术细节 返回值: 字符串,表示当前音频的URL。 返回实体URL, 包括协议(如 http://)。如果没有设置 audio,则返回空值。 Audio 对象 ← HTML DOM Audio controls 属性 HTML DOM Audio src 属性 →

推广服务(新)
最新文章