Browse Source

main audio to mp3

master
nglk 3 years ago
parent
commit
3c9cbdff80
  1. 2
      index.html

2
index.html

@ -69,7 +69,7 @@
<button onclick="playpause('audioBG')" type="button" name="button"><i class="audioBG fa fa-play"></i></button>
<audio id="audioBG"
preload="metadata" onloadedmetadata="mDur(dur1,audioBG)" ontimeupdate="mPlay(dur1,audioBG)">
<source src="static/audio/HNI_Soundinstall_3tracks_together.webm">
<source src="static/audio/HNI_Soundinstall_3tracks_together.mp3">
</audio>
<input id="dur1" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet(dur1,audioBG)" style="width: 150px">

Loading…
Cancel
Save