tags:

views:

30

answers:

1

Some times when the URL is clicked it navigates to the videopage, but I am hearing audio but not seeing any video. Why might this be?

I am using the latest version of Flash Player 10. The SWF in question was created in Flash 9 (CS2).

var s1 = new SWFObject("flvplayer.swf","single","560","400","7");
                                                            ===

What is wrong with this?

A: 

Most probably this issue might be because of Flash version compatibility. You may be using a lower versioned player for a higher versioned .swf file.

Check your flash player version or get the latest one from adobe

Bragboy