Flash 视频不会在 jQuery 滑块中停止

发布于 2024-12-21 21:02:36 字数 491 浏览 1 评论 0原文

我有一个滑块,其中有 2 张幻灯片,在每张幻灯片上我加载了 Flash 视频。

我播放了 Flash 视频并转到下一张幻灯片。

在 FF 和 Chrome 中,当我单击下一张幻灯片时,第一个 Flash 视频停止。但在 IE 中视频并没有停止。

有什么建议吗?

HTML结构的JS Fiddle url: http://jsfiddle.net/cHbu5/

下面是js。

<!-- language: lang-js -->
$('#slides').slides({          
    generatePagination: true,
    hoverPause: true,
    // Get the starting slide
    start: 1           
});

I have a slider which has 2 slides, on each slide I loaded flash videos.

I played the flash video and moved to next slide.

In FF and Chrome the first flash video is stopped, when i click the next slide. But in IE the video is not stopping.

Any suggestions?

JS Fiddle url for HTML structure: http://jsfiddle.net/cHbu5/

Below is the js.

<!-- language: lang-js -->
$('#slides').slides({          
    generatePagination: true,
    hoverPause: true,
    // Get the starting slide
    start: 1           
});

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文