![]() |
The Audio loop property is used for setting or returning whether an audio should start playing over again when it is finished or not. Syntax:
audioObject.loop
audioObject.loop = true | false Property Values:
Return: The Audio loop property returns a Boolean true if the audio starts playing over again, every time it is finished, else, it returns false. The below program illustrates the Audio loop Property: Example 1: Setting the audio to loop. HTML
Output: ![]()
Example 2: Returning the audio to loop. HTML
Output: ![]()
Supported Browsers: The browser supported by HTML DOM Audio loop Property are listed below:
|
Reffered: https://www.geeksforgeeks.org
HTML |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 8 |