Set the "autoplay" parameter to "true", so the sound will start playing as soon as the page loads:
<object data="horse.wav">
<param name="autoplay" value="true">
</object>
Try it Yourself »
The <param>
tag is used to define parameters for an <object> element.
The <param>
tag is supported in all major browsers. However, the file format defined in <object> may not be supported in all browsers.
Element | |||||
---|---|---|---|---|---|
<param> | Yes | Yes | Yes | Yes | Yes |
Attribute | Value | Description |
---|---|---|
name | name | Specifies the name of a parameter |
value | value | Specifies the value of the parameter |
The <param> tag also supports the Global Attributes in HTML.
The <param>
tag also supports the Event Attributes in HTML.
HTML DOM reference: Parameter Object
Most browsers will display the <param>
element with the following default values:
param {
display: none;
}
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!