Playing audio using below HTML5 code
<audio
controls
src="file.mp3">
Your browser does not support the
<code>audio</code> element.
</audio>
Playing audio using below HTML5 code
<audio
controls
src="file.mp3">
Your browser does not support the
<code>audio</code> element.
</audio>
I want play a local videos using chrome
Using <a href="file.mkv">Press here for the video</a>
(file in same folder) chrome play the video unless audio. Why?
For playing audio, you can use the HTML5 audio tag.
Would you like to play just the audio, just the video or both?
i would play video and audio