تشغيل صوت بتحكم

 





 
  الكود
<audio id="aud" controls autoplay
preload="metadata" onloadedmetadata="mDur()" ontimeupdate="mPlay()">
<source src="https://alsafrany.blogspot.com" type="audio/ogg">
<source src="https://ia802905.us.archive.org/7/items/1437_Onchouda_uP_bY_mUSLEm/1277-.mp3" type="audio/mpeg">
</audio><br><br>
<input id="dur" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet()" style="width: 248px">
<script>
var aud= document.getElementById('aud')
var dur= document.getElementById('dur')
function mDur(){dur.max= aud.duration}
function mPlay(){dur.value=aud.currentTime}
function mSet(){aud.currentTime=dur.value}
</script>
<div style="text-align: left"><br><font face="Tahoma"><br>&nbsp;</font></div>&nbsp;

إرسال تعليق