Youtube iframe API加载或提示播放列表失败



我使用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(...)

相关内容

  • 没有找到相关文章

最新更新