javascript / fancybox - 将 mp4 加载到 fancybox 中

发布于 2024-12-26 16:49:17 字数 681 浏览 1 评论 0原文

我正在尝试将 h264 mp4 加载到 fancybox lightbox 中 - 有没有办法做到这一点?如果没有 - 我该如何通过将视频上传到 youtube 或 vimeo 来做到这一点?我看到它在路线图上,不确定暂时是否可以即兴发挥。

<块引用> <块引用>

编辑 - 这是我基于下面建议答案的代码,它不捕获链接的 href。我需要知道如何捕获 href。

$(".galleryVideo").fancybox({
        'padding' : 0, // optional
        'title' : this.title,
        'content': '<embed src="{site_url}js/jw/jwplayer.swf?file='+this.href+'&amp;autostart=true&amp;fs=1" type="application/x-shockwave-flash" width="444" height="250" wmode="opaque" allowfullscreen="true" allowscriptaccess="always"></embed>'               
});

I'm trying to load an h264 mp4 into fancybox lightbox - is there a way to do this? If not - how would I do this by uploading video to youtube or vimeo? I see it's on the roadmap, not sure if there's a way I could improvise for the time being.

EDIT - This is my code based on the suggested answer below, which does not capture the href of the link. I need to know how to capture the href.

$(".galleryVideo").fancybox({
        'padding' : 0, // optional
        'title' : this.title,
        'content': '<embed src="{site_url}js/jw/jwplayer.swf?file='+this.href+'&autostart=true&fs=1" type="application/x-shockwave-flash" width="444" height="250" wmode="opaque" allowfullscreen="true" allowscriptaccess="always"></embed>'               
});

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失去的东西太少 2025-01-02 16:49:18

无论如何,您需要一个 swf 播放器。例如,您可以使用jwplayer,如果您这样做,检查此线程以获取想法如何与 fancybox 一起使用它。

You need a swf player in any case. You may use jwplayer for instance and if you do so, check this thread to get an idea how to use it with fancybox.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文