美文网首页
Google音频播放失败,报错 Resource interpr

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

作者: 把我推进深海的你真善良 | 来源:发表于2019-08-16 13:12 被阅读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>');

        },

    相关文章

      网友评论

          本文标题:Google音频播放失败,报错 Resource interpr

          本文链接:https://www.haomeiwen.com/subject/qvvfsctx.html