- 4
How to add sound
W
17 Antworten
+ 8
Please elaborate
+ 7
<audio width="#" controls>
<source src="#" type="mp3/audio/>
</audio>
+ 6
1.Go to the music file you want to insert in your page.
2.Right click on it and select "Properties"
3.Copy the location of the file.
4.Add a \ and put the name of the song followed by its file type e.g.(\Sample Music.mp3)
5.Add the type attribute
6.Close tags and voilà!
+ 5
BLESSED ACADEMY please don't ask questions which you can easily find in google.
+ 5
https://www.sololearn.com/Discuss/1054246/?ref=app
You can use Dropbox to download new songs, then the audio elements to play it.
+ 3
BLESSED ACADEMY please use the search bar!
https://www.sololearn.com/Discuss/2525757/?ref=app
+ 3
Download dropbox, get the link from there, and use it in audio tag.
+ 2
I guess BLESSED ACADEMY is using mobile.
+ 2
Please confirm that you want the audio to be played when the user clicks on control or you want to play the audio as user clicks on Screen..
For screen clicking--JS to be used
For clicking the control--Html used.
So please tell so that I can tell u accordingly
+ 1
Without show
+ 1
How to get a sound link
+ 1
How to go music file
0
Yes
0
<audio src="coming.mp4 controls>
<audio src="coming.mp4 autoplay>
- 1
Mean