开发者

Play FLV videos in ShadowBox

开发者 https://www.devze.com 2023-01-10 22:48 出处:网络
I have been trying to play FLV videos in ShadowBox. According to the FAQ, I am开发者_StackOverflow社区 using Shadowbox.init(); on page load.

I have been trying to play FLV videos in ShadowBox.

According to the FAQ,

I am开发者_StackOverflow社区 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 ?


It's working now.. !!

With the same code written above..!

0

精彩评论

暂无评论...
验证码 换一张
取 消