提示音新用户来了
我正在做私人聊天概念。我想在新用户进来时发出蜂鸣声,该怎么做?当新用户进入时,我将显示所有内容,用户详细信息将出现在管理员端。但同时我想在新用户到来时发出蜂鸣声。
i am doing private chat concept. i want to alert beep sound when new user comes in. how to do? i am displaying every thing when new user comes in user details will comes at admin side. but at the same i want to alert beep sound when new user comes.
您可以查看新的
标签为 html5,然后为非 html5 浏览器提供后备。
You could look into the new
<audio />
tag for html5 and then provide a fallback for non-html5 browsers.