【问题标题】:Stop a YouTube Video in jQuery Mobile when using popup使用弹出窗口时在 jQuery Mobile 中停止 YouTube 视频
【发布时间】:2013-01-27 02:02:19
【问题描述】:

我将来自 youtube 的视频嵌入到 iFrame 中,并在弹出窗口中打开它。但是关闭窗口后,视频正在播放。 如何在 jQuery Mobile 中使用 YouTube API??

我像这样嵌入 iframe:

See my file here

非常感谢

【问题讨论】:

    标签: jquery-mobile youtube popup youtube-api


    【解决方案1】:

    不确定这是否能解决您的特定问题,但我在 stackoverflow 上找到了另一篇文章:How to stop Youtube video playing when leaving a page on Jquery mobile site

    代码如下:

    $(document).live('pagebeforehide', function(){
        player.pauseVideo();
    });
    

    【讨论】:

      【解决方案2】:

      LOL,经过进一步调查。当您在移动设备上演示它时,它的行为会有所不同。 离开页面时视频会停止。我正在笔记本电脑上的 Firefox 上测试应用程序(呃!)

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2017-10-23
        • 1970-01-01
        • 2014-05-19
        • 2012-08-12
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2011-01-08
        相关资源
        最近更新 更多