php:收到消息时播放声音
例如:我有 mp3 文件 <- 这是用于消息声音的
我想制作餐厅的脚本,当顾客下订单时,声音会在员工的浏览器中响起。
我可以在 php 或 jquery 或 ajax 中制作类似的东西吗?
请帮助我
谢谢
Ex: i have mp3 file <- that is for message sound
i want to make a restaurant's script, when the customer make an order, the sound is rings in the employee's browser.
Can I make something like this in the php or jquery or ajax?
please help me
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正在寻找什么样的浏览器支持?这可以通过 HTML5 音频 JS api 来实现。如果您正在寻求更广泛的浏览器支持,您可能需要使用 Flash 来保存声音。
What kind of browser support are looking at? This is achievable with the HTML5 audio JS api. If you are looking for wider browser support, you will probably want to use Flash to hold the sounds.
您将需要使用php来记录客户数据来记录客户的订单数据。但要播放消息,您必须使用 JavaScript。这是一个可能有帮助的链接
跨平台、跨-浏览器如何通过 Javascript 播放声音?
You will need to use php to record the customer data to record the customer's order data. But to play a message you will have to use javascript. Here's a link that might help
Cross-platform, cross-browser way to play sound from Javascript?