How to Edit MP3 Loops
If you have a website, you can embed an MP3 music file into it so that visitors can listen to music. Various attributes can be attributed to your HTML MP3 music background code, and one of those is the loop attribute. This specifies how many times you want your MP3 to play. If you want to edit an MP3 loop attribute, all you have to do locate it within your HTML coding.
Instructions
-
-
1
Sign in to your web host account, and then click on the HTML document that contains the HTML MP3 background music code for which you wish to edit the loop.
-
2
Locate the MP3 background music code within the HTML document. The code should look something like the following:
<embed name= “Name of MP3 file” src= “URL to MP3 file” loop= “1”></embed>. The section that says “loop” is the loop attribute of the code.
-
-
3
Change the value located after “loop” to the number of times you want the MP3 to play. For instance, “1” means the song will play once, “2” means it will play twice, and so on. Click “Save” when you are done.
-
1
Tips & Warnings
If you want the MP3 to play over and over again, input “infinite” as the loop value.
Beware of setting your loop value to one that could annoy your visitors, as they may not return.