Description
<div id="content">
<div style="margin-bottom: 20px;">
<button id="playButton" onclick="document.getElementById('myTune').play()">Play Sermon</button>
<button id="pauseButton" onclick="document.getElementById('myTune').pause()">Pause Sermon</button>
<button id="stopButton" onclick="document.getElementById('myTune').pause(); document.getElementById('myTune').currentTime = 0;">Stop Sermon</button>
</div>
<audio id="myTune" controls>
<source src="
https://archive.org/download/bdssch20181104_john8_12-30/bdssch20181104_john8_12-30.mp3
">
<source src="
https://archive.org/download/bdssch20181104_john8_12-30/bdssch20181104_john8_12-30.ogg">
</audio>
<!--[if lt IE 9]>
<object id="myTuneObj" type="audio/x-mpeg" data="
https://archive.org/download/bdssch20181104_john8_12-30/bdssch20181104_john8_12-30.mp3" autoplay="false" height="45">
<param name="src" value="https://archive.org/download/bdssch20180722_john5_1-9/bdssch20180722_john5_1-9.mp3" />
<param name="controller" value="true" />
<param name="autoplay" value="false" />
<param name="autostart" value="0" />
</object>
<script>
document.getElementById('playButton').onclick = function() { document.getElementById('myTuneObj').play() };
document.getElementById('pauseButton').onclick = function() { document.getElementById('myTuneObj').pause() };
document.getElementById('stopButton').onclick = function() { document.getElementById('myTuneObj').stop() };
</script>
<![endif]-->
</div>
<br /><br />
<a href="
https://archive.org/download/bdssch20181104_john8_12-30/bdssch20181104_john8_12-30.mp3" rel="nofollow" target="_blank"><span style="color: blue;"><b>Download</b></span></a> "