main audio to mp3
This commit is contained in:
parent
f053ce85b9
commit
3c9cbdff80
@ -69,7 +69,7 @@
|
|||||||
<button onclick="playpause('audioBG')" type="button" name="button"><i class="audioBG fa fa-play"></i></button>
|
<button onclick="playpause('audioBG')" type="button" name="button"><i class="audioBG fa fa-play"></i></button>
|
||||||
<audio id="audioBG"
|
<audio id="audioBG"
|
||||||
preload="metadata" onloadedmetadata="mDur(dur1,audioBG)" ontimeupdate="mPlay(dur1,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>
|
</audio>
|
||||||
<input id="dur1" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet(dur1,audioBG)" style="width: 150px">
|
<input id="dur1" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet(dur1,audioBG)" style="width: 150px">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user