how do I put off the sound of a vídeo ?? is it posible ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how do I put off the sound of a vídeo ?? is it posible ??

7th Jun 2016, 4:48 PM
eduardo yonathan salvatierra manaca
eduardo yonathan salvatierra manaca - avatar
3 Answers
+ 6
It's possible. You can do that by adding 'muted' attribute in video tag like this example: <video controls muted>  <source src="movie.mp4"type="video/mp4"> Then the video should be already muted after it.
7th Jun 2016, 7:09 PM
David Febryanto
David Febryanto - avatar
0
ok thank you so much :)
7th Jun 2016, 7:11 PM
eduardo yonathan salvatierra manaca
eduardo yonathan salvatierra manaca - avatar
0
My pleasure :)
7th Jun 2016, 7:21 PM
David Febryanto
David Febryanto - avatar