Jump to content

jPlayer video is not working on linux server


shah_ankitb

Recommended Posts

I'm using Firefox 13.0.1. In my local WAMP jPlayer video is playing perfectly.I'm using webm file. So it should work on live server firefox as well. But instead of firefox it works fine in Chrome.

videoPlaylist = new jPlayerPlaylist({        jPlayer: "#jquery_jplayer_1",        cssSelectorAncestor: "#jp_container_1"    },       [{        webmv: "video.webm"    }], {       swfPath: "js",        autoPlay: false,        supplied: "webmv",        wmode: "window",        size: {            width: "440px",            height: "270px",            cssClass: "jp-video-270p"        }    });

swf path is correct. Flash in installed on server. Because audio player works fine in firefox.Can anyone point what i'm missing?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...