views:

144

answers:

1

Hi there,

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 ?

A: 

It's working now.. !!

With the same code written above..!

Hrishikesh Choudhari