gpt4 book ai didi

javascript - 打开新浏览器窗口时暂停 Youtube 视频

转载 作者:行者123 更新时间:2023-11-28 08:28:22 32 4
gpt4 key购买 nike

当用户通过网页内的链接打开新的浏览器窗口时,我一直在努力尝试让我的嵌入式 YouTube 播放列表停止(最好是暂停)。此链接会转到另一个页面,该页面也会自动启动视频(没有人希望同时播放两个视频)。这是我迄今为止的基本代码。感谢您的帮助。

<iframe width="452" height="278" src="//www.youtube.com/embed/videoseries?list=PL3NaSh-osYfmAc4IUijQN1aJGDehZepVQ&autoplay=1?enablejsapi=1" frameborder="0" allowfullscreen></iframe>

最佳答案

您可以点击链接,call pause to the Youtube control并继续打开链接。更多类似这样的:

从链接中删除 href,并设置 #mark。设置一个 id(假设是 myLink)。捕获链接上的点击:

 $("#myLink").click(function(e) {
//call pause on your Youtube control. See this response: http://stackoverflow.com/a/12522499/335905
// as long as you are not calling e.preventDefault(), the link should continue opening as expected.

});

关于javascript - 打开新浏览器窗口时暂停 Youtube 视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22154111/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com