如何使用 ZeroClipboard 播放声音?
有没有办法可以在每次使用 ZeroClipboard 进行点击时播放声音?
我制作了一个自定义声音,希望在这些事件上播放。
PS。我不能在此处使用,因为我不希望浏览器抛出丑陋的“允许此页面使用 Quicktime 播放”警报。有没有办法可以将声音放入 ZeroClipboard 中?
Is there a way I can play a sound each time a click is made using ZeroClipboard?
I have a custom sound made that I want to play on those events.
PS. I can't use an <embed>
here because I don't want the ugly "allow this page to play with quicktime" alerts that the browser will throw. Is there a way I can put in my sound in ZeroClipboard?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,你有两个选择。
1.您可以创建一个html5音频播放器,在点击事件上播放声音
2. 您可以创建一个包含 MP3 播放器的 Flash 文件。使用 flashvars,您可以向 flash 发送事件,告诉它播放声音。这样做的好处是真正的跨浏览器兼容性(如果您担心这一点)。这本质上就是groveshark 和rdio 的网络体验的运作方式。 (主要是因为html5音频漏洞)
You have two options as i see it.
1. you can create a html5 audio player that plays a sound on the click event
2. you can create a flash file that houses a mp3 player. using flashvars you can send events to flash telling it to play the sound. the benefit of this is true cross browser compatibility (if your worried about this). this is essentially how the web experience of grooveshark and rdio operate. (mainly because of the html5 audio vulnerability)