大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0015 秒)
...r 2 is not of type 'WebGLTexture'. 代码如下:// 创建video对象 let videoElement = new Laya.Video(); videoElement.x = 0; videoElement.y = 0; videoElement.size(1920,1080); videoElement.loop = false; // 是否循环播放 videoElement.load('res/video/mov_bbb.mp4'); // 添加到舞台 let wrap =...
来源: Laya_社区 发布时间: 20200722
...一个界面中加入如上代码 video 没有显示 点击空白 this.videoElement.play is not a function TypeError: this.videoElement.play is not a function 2019-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20190312
...的修复方法: laya.device.js Line 623: 增加以下代码while(this.videoElement.childElementCount) { this.videoElement.firstChild.remove(); } this.videoElement.src = ''; 亲测仅仅移除videoElement的source子节点并不能加速内存释放,必须将src设置为空字符。(希望Lay...
来源: Laya_社区 发布时间: 20170515