资源解释为Document但使用MIME类型audio / mpeg传输

时间:2013-02-12 05:52:33

标签: javascript jquery google-chrome

开头有很多问题

Resource interpreted as Document but transferred with MIME type audio/mpeg

我有一个播放我声音的javascript函数。效果很好,很简单。

function Play(mp3Path)
{
    $("#sound_").remove();
    $('#soundEvent').html('<embed id="sound_" autostart="true" hidden="true" 
        src="' + mp3Path + '" type="audio/mpeg" />');
    //Line above formatted for readability
}

当我执行上述功能时,我在chrome中收到以下警告 Resource interpreted as Document but transferred with MIME type audio/mpeg

enter image description here

我的修复尝试包括将type属性添加到embed元素。

有没有办法摆脱警告没有对代码进行重大更改或转到HTML5 / flash?

1 个答案:

答案 0 :(得分:0)

你不能,摆脱警告购买你可以隐藏它:

console.groupCollapsed(' ');console.log('just example');console.groupEnd(); console.log('b')