Youtube iframe API无法加载或提示播放列表

时间:2014-04-25 07:30:14

标签: javascript youtube youtube-api 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 documentation

中所解释的那样

有人能帮助我吗?

1 个答案:

答案 0 :(得分:2)

我现在遇到了同样的问题。我只是通过调用

来修复它
player.playVideoAt(0);

致电loadPlayList(...)