在 ShadowBox 中播放 FLV 视频

发布于 2024-09-14 04:10:35 字数 385 浏览 7 评论 0原文

我一直在尝试在 ShadowBox 中播放 FLV 视频。

根据常见问题解答,

我在页面加载时使用 Shadowbox.init();

然后后来

    Shadowbox.open({
        content:    http://mysite.com/video.flv,
        title:      'video',
        player:     'flv'
    });

却无济于事。视频甚至没有在后台播放,我只能看到一个黑匣子。但是,当我使用 player: 'swf' 时,视频至少在后台流式传输,但不播放。

有什么帮助吗?

I have been trying to play FLV videos in ShadowBox.

According to the FAQ,

I am using Shadowbox.init(); on page load.

And then later on

    Shadowbox.open({
        content:    http://mysite.com/video.flv,
        title:      'video',
        player:     'flv'
    });

But to no avail. The video doesnt even stream in the background, I get to see only a black box. However, when I use player: 'swf', the video atleast streams in the background, but doesnt play.

Any help ?

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

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

发布评论

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

评论(1

浅笑轻吟梦一曲 2024-09-21 04:10:35

现在正在工作..!!

使用上面编写的相同代码..!

It's working now.. !!

With the same code written above..!

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