在线等 挺急的 弹框已写好 声音怎么加
function tips_pop() {
$.ajaxOpinionData({
url: "NotificationType/GetIsView",
data: {},
type: "get",
dataType: "text",
success: function (isView) {
if (isView == 1) {
tanchuang();
}
}
})
setTimeout("tips_pop()",1000*5*60);//5分钟后调用tips_pop()这个 这是弹框弹出的调用
<audio id="video" style="display: none;"> <source src="n1.mp3" /> </audio> <script type="text/javascript"> var audioCmp=document.getElementById("video"); function notify(){ audioCmp.play(); } </script>
大概就是这个意思 手写代码 不保证完全正确
可以在点击事件中动态给指定元素动态添加H5的<embed>标签, 例如 $('#element').html('<embed src="" hidden="true" autostart="true" loop="false" width = "1" height="1" id="" enablejavascript = "true" />');我这里写了一个非常简单的demo,你可以看一下。https://github.com/ch-zgh-1993/ClickToPlaySound.git
没办法看啊
@铁柱成针: 后面的网址
@铁柱成针: 我懂了 不用解释了 前面的是demo