<html>
<head>
</head>
<script type= "text/javascript ">
function controlsound()
{
//alert( "pause ");
document.MM_controlSound.play();
}
</script>
<body onLoad= "controlsound(); ">
<embed name= 'MM_controlSound ' src= 'msg.wav ' loop=true autostart=false hidden=true> </embed>
</body>
</html>
以上代码在IIS6。0,及TOMCAT下跑过,如果alert执行则无问题,否则浏览器报JS错误,一直不到原因,感觉好象是在浏览器还未加载完 <embed ...> </embed> 这段代码时执行了document.MM_controlSound.play();不知有高手可否解决?恩感!
------解决方案--------------------
友情up,我上网帮你查查看啦1
------解决方案--------------------
autostart=true 就可以了
------解决方案--------------------
同意楼上的,试过可行
------解决方案--------------------
有没有完整的 在JMF上执行的 声音控制代码哦 帮个忙