Flv Player
function createPlayer(theFile, arg)
{
var s = new SWFObject("Controls/mediaplayer.swf","thePlayerId","350","255","7");
s.addParam("allowfullscreen","true");
s.addVariable("file",theFile);
s.addVariable("width","350");
s.addVariable("height","255");
s.addVariable("wmode","opaque");
s.addVariable("autoscroll","true");
s.addVariable("allowscriptaccess","true");
s.addVariable("wmode","opaque");
s.addVariable("bufferlength","10");
s.addVariable("displayheight","230");
s.addVariable("allowfullscreen","true");
s.addVariable("autostart","true");
s.addVariable("shuffle","false");
s.addVariable("enablejs","true");
s.addVariable("javascriptid","thePlayerId");
s.write("divmsndbc"); }';
For Details View: flv video Playing videos with Flv Player