I am trying to load a local mp3 file in the audio
tag but I get Not allowed to load local resource
in browser console.
I saw this post which says I should be using file:///
in the src
but that did not help either.
<audio id="myAudio" src="file:///E:\ss.mp3"></audio>
I am using Chrome, Windows 10. Please advise. Thanks.