获取Iframe播放列表索引的问题

时间:2017-05-03 14:34:04

标签: javascript reactjs iframe

我没有使用iframe的api,只是简单地嵌入iframe。

 <iframe id="ytplayer" type="text/html" width="640" height="360"
    src={`https://www.youtube.com/embed/?listType=playlist&list=PLAYLISTID`}
    frameBorder="0" allowFullScreen></iframe> 

有没有办法在不实施iframe API的情况下调用函数player.getPlaylistIndex():Number

0 个答案:

没有答案