Google音频播放失败,报错 Resource interpr

2019-08-16  本文已影响0人  把我推进深海的你真善良

Google音频播放失败,报错 Resource interpreted as Document but transferred with MIME type audio/mpeg: "https://xxx.mp3"

解决问题: 加上 type="audio/mpeg"  

playVoice(file) {

      $('#voice').html('<audio controls="controls" id="audio_player" style="display:none;"> <source src="' + file + '" > </audio><embed id="MPlayer_Alert" src="' + file + '" loop="false" width="0px" height="0px" /></embed>');

    },

上一篇 下一篇

猜你喜欢

热点阅读