当你没有活动时,我想让声音停止播放。最简单的方法是什么?提前致谢!
imgarr[i].onmouseout=function(){
this.setAttribute('src',this.getAttribute('xsrc'))
}
})()
}
在我的jsfiddle例子中更清楚地表明了这一点 http://jsfiddle.net/3tnGL/
希望你理解。
塞巴斯蒂安
答案 0 :(得分:0)
这似乎工作正常
imgarr[i].onmouseout=function(){
this.setAttribute('src',this.getAttribute('xsrc'))
html5audio.pause()
}
我正在使用FireFox