官方例子:
const innerAudioContext = wx.createInnerAudioContext()innerAudioContext.autoplay = trueinnerAudioContext.src = 'http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46'innerAudioContext.onPlay(() => { console.log('开始播放')})innerAudioContext.onError((res) => { console.log(res.errMsg) console.log(res.errCode)})
不报错,rich-text空格问题+微信小程序教程。能监听到onPlay,能打印出“开始播放”。
苹果上无法播放,官方出来解决下
本文来自微信小程序开发者论坛 微信小程序工厂 http://www.xcxgc.com 转载请保留。
微信小程序开发者回答:
清***:
是啊,我的也不可以!!!!
杜***:
好吧是我土鳖了,苹果手机左侧有一个声音开关,打开就行了
getUserInfo微信小程序与小游戏获取用户信息接口调整,微信小程序开发教程 ...
清***:
打开还是不可以呢?
杜***:
这就不知道了,你监听到开始和错误事件了吗?
本文网址:http://www.91bianli.com/weixinxiaochengxu/58574.html