我使用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文档中所述
有人能帮我吗?
我刚刚通过调用修复了它
player.playVideoAt(0);
调用loadPlayList(...)
后