.wav files don't work on IE 11
I've tested this on jPlayer 2.9.2, IE 11.0.9600.17843/Win 7
Example of script to reproduce (works on chrome, doesn't work on IE):
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="./jquery.jplayer.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#jquery_jplayer_1").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
wav: "http://freewavesamples.com/files/Kawai-K5000W-Trombone-C4.wav"
});
},
swfPath: "/js",
supplied: "wav"
});
});
</script>
</head>
<body>
<div id="jquery_jplayer_1"></div>
<div id="jp_container_1">
<a href="#" class="jp-play">Play</a>
<a href="#" class="jp-pause">Pause</a>
</div>
</body>
</html>
after almost 3 years did you figure out how to work this?
.wav isn't supported on ie11. This isn't a jPlayer issue.
Try supplying a fallback audio and see if it falls back to that.
في الأربعاء، ١٤ نوفمبر، ٢٠١٨ ٢:٢٨ م Martin Alex Philip Dawson < [email protected]> كتب:
.wav isn't supported on ie11. This isn't a jPlayer issue.
Try supplying a fallback audio and see if it falls back to that.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jplayer/jPlayer/issues/318#issuecomment-438630624, or mute the thread https://github.com/notifications/unsubscribe-auth/APvlIK6gO2qOsfMVwZTukxf4DC6Mzzhcks5uu_5PgaJpZM4FQ7QO .