符合W3C的IE和Firefox的播放声音代码
符合W3C的IE和Firefox的播放声音代码
就是当鼠标单击一个超链接时,播放一个声音文件.要符合W3C,还要在IE和firefox中都有效的,谢谢
[解决办法]
呵呵,这个需要使用js实现的哦
看这个页面
http://www.schillmania.com/projects/soundmanager2/
<script type= "text/javascript " src= "soundmanager2.js "> </script>
这样来调用方法,加入onclick事件
soundManager.play( 'mySound ', '/path/to/some.mp3 ');
这个是一个很有趣的演示哦
http://www.schillmania.com/projects/soundmanager2/demo/animation/