我使用Youtube Iframe API,当我尝试使用player.loadPlaylist({list: 'PLAYLIST_ID'});
或player.cuePlaylist({list: 'PLAYLIST_ID'});
时,这些方法从昨天开始返回错误Uncaught TypeError: Cannot read property 'tg' of null
。
几天前,方法cuePlaylist
停止触发视频提示事件'正如Youtube Iframe API documentation
有人能帮助我吗?
答案 0 :(得分:2)
我现在遇到了同样的问题。我只是通过调用
来修复它player.playVideoAt(0);
致电loadPlayList(...)