发布网友 发布时间:2022-04-23 08:43
共2个回答
热心网友 时间:2022-04-22 07:53
你代码都没贴出来就能说是代码和源文件都没问题吗? 太自信了吧
都没问题怎么会不能播放呢
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设置为默认播放
热心网友 时间:2022-04-22 09:11
贴出代码 看看