php:收到消息时播放声音

发布于 2024-11-24 04:57:55 字数 144 浏览 1 评论 0原文

例如:我有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

皓月长歌 2024-12-01 04:58:14

正在寻找什么样的浏览器支持?这可以通过 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.

半窗疏影 2024-12-01 04:58:11

您将需要使用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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文