<audio controls name="audio" width="500px" id="jojo" style="display: none">
<source src="mp3文件" type=" audio/mpeg ">
</audio>
你代码都没贴出来就能说是代码和源文件都没问题吗? 太自信了吧都没问题怎么会不能播放呢
1.代码问题
2.adobe flash player有问题
随便在网上找个flash游戏 如果不能玩说明是播放器插件的问题 如果可以
我只能说是代码问题
我刚刚自己写了几行代码 放了十几个播放器 可以放啊 我的代码如下
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
<embed src="music/安静了.mp3" autostart="true" loop="true" width="290" height="45" volume="100" controls="console"></br>
</body>
</html>
把autostart设置为false为默认停止播放 为true设置为默认播放