Hi all, I have a website designed by asp.net mvc4 ,
My IT Manager ordered from me to add a music to our company website , so when the website open the audio run automatically ,
so I edited the index page in the home folder view using the notepad , so I add the following audio control as follows :
<audio src="1.mp3" controls="controls" /> .
I add the audio file "which is "1.mp3" ,in the same index folder which is home folder under views folder,
the problem is the audio control is appeared but doesn’t run , it is disabled as followed in the image

please could any one help me ,why it doesn’t run