How to play two songs in a loop on one page?

< EMBED src= "Ma Tianyu-handflower. MP3" autostart= "true" loop= "true" width= "0" height= "0" >
path is obtained from the local file, and the songs are played in a loop

.
Mar.03,2021

myVid=document.getElementById("audio");
alert(myVid.ended);
if(myVid.ended){
//src
 }
Menu