How to add sound | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

How to add sound

W

8th Oct 2020, 7:39 AM
BLESSED ACADEMY
BLESSED ACADEMY - avatar
17 Answers
8th Oct 2020, 7:40 AM
Aditya
Aditya - avatar
+ 8
Please elaborate
8th Oct 2020, 7:43 AM
Aditya
Aditya - avatar
+ 7
<audio width="#" controls> <source src="#" type="mp3/audio/> </audio>
9th Oct 2020, 11:31 AM
Developer Ratul
Developer Ratul - avatar
+ 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à!
8th Oct 2020, 7:48 AM
Aditya
Aditya - avatar
+ 5
BLESSED ACADEMY please don't ask questions which you can easily find in google.
8th Oct 2020, 7:57 AM
Aditya
Aditya - avatar
+ 5
https://www.sololearn.com/Discuss/1054246/?ref=app You can use Dropbox to download new songs, then the audio elements to play it.
8th Oct 2020, 8:17 AM
Gabriele Gatti
Gabriele Gatti - avatar
8th Oct 2020, 7:47 AM
Simba
Simba - avatar
+ 3
Download dropbox, get the link from there, and use it in audio tag.
8th Oct 2020, 5:36 PM
Rudra Pratap Singh
Rudra Pratap Singh - avatar
+ 2
I guess BLESSED ACADEMY is using mobile.
8th Oct 2020, 8:02 AM
Steve Sajeev
Steve Sajeev - avatar
+ 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
9th Oct 2020, 3:41 AM
The INDIAN
The INDIAN - avatar
+ 1
Without show
8th Oct 2020, 7:41 AM
BLESSED ACADEMY
BLESSED ACADEMY - avatar
+ 1
How to get a sound link
8th Oct 2020, 7:46 AM
BLESSED ACADEMY
BLESSED ACADEMY - avatar
+ 1
How to go music file
8th Oct 2020, 7:54 AM
BLESSED ACADEMY
BLESSED ACADEMY - avatar
0
Yes
8th Oct 2020, 8:04 AM
BLESSED ACADEMY
BLESSED ACADEMY - avatar
0
<audio src="coming.mp4 controls> <audio src="coming.mp4 autoplay>
9th Oct 2020, 5:22 AM
Muhammad shamsuddeen yahaya
Muhammad shamsuddeen yahaya - avatar
- 1
Mean
8th Oct 2020, 7:43 AM
BLESSED ACADEMY
BLESSED ACADEMY - avatar