同问 该问题在版本3.2.5以上会发生
createVideo play返回 operateVideoPlayer:ok 但是不播放console.log("create createVideo") let video = wx.createVideo({ x: 0, y: 0, width: 375, height: 667, src: 'https://mykx-cdn.dskystudio.com/CG.mp4', initialTime: 0, objectFit: 'cover', controls: true, autoplay: false, loop:false, showCenterPlayBtn: true, enableProgressGesture: true }); setTimeout(()=>{ video.play().then(res=>{ console.log('==========',res); }) },1000) 如题!
08-16也发现了这个问题,楼主解决了么?
wx.createVideo 在调试库3.2.5以下才有用 以上就没用console.log("create createVideo") let video = wx.createVideo({ x: 0, y: 0, width: 375, height: 667, src: 'https://mykx-cdn.dskystudio.com/CG.mp4', initialTime: 0, objectFit: 'cover', controls: true, autoplay: false, loop:false, showCenterPlayBtn: true, enableProgressGesture: true }); setTimeout(()=>{ video.play().then(res=>{ console.log('==========',res); }) },1000) 如题
08-15同问,第一次接 没有回调 ,无法理解
为什么unity开发微信小游戏,播放视频后,使用Video.OnEnded方法,回调不到[图片]
06-17