【发布时间】:2014-09-10 02:57:54
【问题描述】:
我正在尝试通过jwplayer().getPlaylistItem().file; onComplete 回调获取视频的 URL,但它没有返回任何内容。
jwplayer().onComplete(function(e) {
var videoURL = this.getPlaylistItem().file;
console.log('Completed = ' + videoURL);
});
【问题讨论】:
标签: jwplayer