Horje

How to Set the "autoplay" parameter to "true", so the sound will start playing as soon as the page loads - HTML value Attribute

<param> Example.
index.html
Example: HTML
 <object data="horse.wav">
  <param name="autoplay" value="true">
</object> 

Output should be:

How to Set the "autoplay" parameter to "true", so the sound will start playing as soon as the page loads - HTML value Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin