小程序
小游戏
企业微信
微信支付
扫描小程序码分享
如下2个视频源,一个可以一个不行,视频源生成都一样!
不能:http://47.104.167.164/faceVideo/result_2020_07_21_12_33_43.mp3
能:http://47.104.167.164/faceVideo/result_2020_07_20_21_43_11.mp3
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
音频1、2来源和格式都相同且都可在浏览器正常播放,但是1不能播放!
音频2只能点击播放一次 之后点击播放没有音频输出。
onLoad: function () {
this.innerAudioContext = wx.createInnerAudioContext();
},
start1:function(){
this.innerAudioContext.autoplay = true
this.innerAudioContext.src = 'http://47.104.167.164/faceVideo/result_2020_07_21_12_33_43.mp3';
this.innerAudioContext.onPlay(() => {
console.log('开始播放')
})
this.innerAudioContext.onError((res) => {
console.log('eeee',res.errMsg)
console.log(res.errCode)
start2:function(){
this.innerAudioContext.src = 'http://47.104.167.164/faceVideo/result_2020_07_20_21_43_11.mp3';
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
音频1、2来源和格式都相同且都可在浏览器正常播放,但是1不能播放!
音频2只能点击播放一次 之后点击播放没有音频输出。
onLoad: function () {
this.innerAudioContext = wx.createInnerAudioContext();
},
start1:function(){
this.innerAudioContext.autoplay = true
this.innerAudioContext.src = 'http://47.104.167.164/faceVideo/result_2020_07_21_12_33_43.mp3';
this.innerAudioContext.onPlay(() => {
console.log('开始播放')
})
this.innerAudioContext.onError((res) => {
console.log('eeee',res.errMsg)
console.log(res.errCode)
})
},
start2:function(){
this.innerAudioContext.autoplay = true
this.innerAudioContext.src = 'http://47.104.167.164/faceVideo/result_2020_07_20_21_43_11.mp3';
this.innerAudioContext.onPlay(() => {
console.log('开始播放')
})
this.innerAudioContext.onError((res) => {
console.log('eeee',res.errMsg)
console.log(res.errCode)
})
},
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)