YouTip LogoYouTip

Prop Audio Loop

# HTML DOM Audio loop Property [![Image 8: Audio Object Reference](#) Audio Object](#) ## Example Set the audio to loop playback: document.getElementById("myAudio").loop = true; [Try it Β»](#) * * * ## Definition and Usage The loop property sets or returns whether an audio should start over again when it reaches the end. This property reflects the `
← Prop Audio MediagroupProp Audio Error β†’