音频无法在html5中工作

前端之家收集整理的这篇文章主要介绍了音频无法在html5中工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在为 HTML5网站添加音频.音频可以与FireFox和IE一起使用,但不会在FireFox中显示和播放.任何想法为何和解决方案?提前致谢.
<!DOCTYPE HTML>
<html>
<head>
<Meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
</head>

<body>
<audio controls="controls" autoplay="autoplay">
 <source src="cd.mp3" type="audio/mpeg" />
 Your browser does not support the audio element.
</audio>
</body>
</html>@H_403_3@

解决方法

原文链接:https://www.f2er.com/html5/168424.html

猜你在找的HTML5相关文章