var video = new Laya.Video(400,600);
video.pos(0,0);
video.load("https://game.ruanmengkeji.com/Public/video/2/2.mp4");
Laya.stage.addChild(video)
在一个界面中加入如上代码 video 没有显示 点击空白
this.videoElement.play is not a function
TypeError: this.videoElement.play is not a function