在 ShadowBox 中播放 FLV 视频
我一直在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在正在工作..!!
使用上面编写的相同代码..!
It's working now.. !!
With the same code written above..!