I am trying to loop an embeded mp3 file on my page. I got the sound working, however I am having issues getting it to loop. Please Assist?

Justin Bache

I am trying to loop the sound file and am having trouble finding a solution.

<embed class="audio" src="D:\Sublime Text 3\first\Clock-ringing.mp3">
Justin Bache

Thanks. I tweaked it so that to hide the controls and autoplay.

 <audio controls autoplay loop>
   <source src="D:\Sublime Text 3\first\Clock-ringing.mp3" type="audio/mpeg">
 </audio> 

<style>
    audio {
    display: none;
  }
</style>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

I am having difficulties getting my query to work correctly. Can you please assist?

I am having issues getting a return from my function

I am having an issue getting my for loop to print all eements of my array in this program

I am having trouble getting multithreading working in my Python project

i am trying to create foreign keys but i got error 1822 .. please see my code below

I am trying to make a flexbox, but i am having issues controlling a specific element. Please Help (TailwindCSS CDN)

Angular 8 project and I am having trouble getting a value in a json object to display on my template in an ngFor loop

I am having an issue with my while loop, not too sure why

I am having a problem with in infinite loop in my python code

VB.Net SQL Query - I am trying to Concatenate two columns however I am running into issues

I am trying to connect my web page to my local server database but I am getting error ECONNREFUSED

i am having problems in doing a loop in python

Why am I getting an infinite loop while trying to search my Binary Tree?

Trying to pass an mp3 file as a parameter in React Native and I am getting errors. How can I resolve this problem? I am using Expo-av for reference

Why am I getting an error when I am trying to insert a while loop?

I am trying to get the correct reference to my Firebase Database child and set the values in my RecyclerView but I am having some issues

JavaScript: My for loop seems to be not working when I am trying to work with DOM

I am trying to destroy a gameobject after colliding with my player and then reinstantiate it to collide it again, forming a loop but it is not working

Why am I getting segmentation fault in my while loop?

Why am I getting a index error for my loop in python?

I am new to r. I am trying to make my code less complicated by using a for loop

I am having issues with the amount when I run the command with while loop in python

My local storage is not working, I am trying to push values but I got empty

I am trying to loop through my data in text file and append it to list view

Why is my code not showing any output? I am trying to use while loop to debug the error i was getting before it

why I am not getting error in this java for loop?

Why am I getting a concatenated value in this loop

Why am I getting an Infinite loop in javascript

Why am I getting an IndexError from a for loop?