只有视频代码?音频代码如何,尤其是使用 Flash 后备。显然它正在工作,因为顶部有一个示例。
但如果我只是复制代码,我只会得到这个:
HTTP "Content-Type" of "audio/mpeg" is not supported. Load of media resource test.mp3 failed.
这是我的 .htaccess:
AddType audio/aac .aac
AddType audio/mp4 .mp4 .m4a
AddType audio/mpeg .mp1 .mp2 .mp3 .mpg .mpeg
AddType audio/ogg .oga .ogg
AddType audio/wav .wav
AddType audio/webm .webm
这是音频标签的代码,我确实包含了文档中所说的所有内容:
<audio type="audio/mp3" src="test.mp3" preload="none" controls="control"></audio>