// SambaTech

var hash = "7184af356f1932c5bb5311d8e615a138";

function PlayerSamba(id){

    var so = new SWFObject("/libc/player/liquid3.swf","mediaplayer",289,225,"9");
    so.addVariable("allowscriptaccess","true");
    so.addParam("allowfullscreen","true");
    so.addVariable("autostart","false");
    so.addVariable("autoLoad","false");            
    so.addVariable("startButton","/imagem/base_thumb-video.png");
    so.addParam("base",".");
	so.addParam("wmode", "opaque");
    so.addVariable("thumbnailPreview","true");
    so.addVariable("customizationFileURL","/script/home/tema1.xml");
    so.addVariable("playerHash",hash);
    so.addVariable("idmedia",id);
    so.write("DivPlayer");
}


