Youtube的IFrame API不再适用于我了。onYouTubeIframeAPIReady()和onYouTubePlayerReady()都会被执行。但是,当尝试加载/播放视频时,我会收到以下错误:
base.js:2575 Uncaught TypeError: Cannot read property 'g' of null
at jL (base.js:2575)
at nL (base.js:2567)
at PU.g.h.nh (base.js:5853)
at E0 (base.js:3841)
at q1.g.h.
使用prototype js库,我可以使用$(elementID)访问元素。我可以通过以下方式访问Iframe中的元素
$('iframeID').contentWindow.document.getElementById('ID of element inside Iframe').
我想对我的Iframe使用相同的美元方法来访问Iframe中的元素。有什么办法吗?
如何获取特定视频的播放量??目前我使用的是player.js,但在文档中找不到该选项。有人知道怎么做吗?使用或不使用player.js? 我的代码是这样开始的: var iframe = document.querySelector('iframe');
var player = new Vimeo.Player(iframe); 当我需要调用某个函数时,我喜欢这样做 function CurrentTime(e){
player.getCurrentTime().then(function(seconds) {
seconds = Math.floor(seco