Friday, June 24, 2016

Play button audio element.


 
<audio id="demo" controls >
<source src="http://ohmi-design.com:8606/;stream.mp3" type="audio/mp3">Your browser does not support the audio element.
</audio><br>
<button id="dataRefreshButton"  name="nrg"onclick="document.getElementById('demo').play()">Play the Audio</button>

No comments:

Post a Comment