function SWFObject(swf, id, w, h, ver, c){ this.params = new Object(); this.variables = new Object(); this.attributes = new Object(); this.setAttribute("id",id); this.setAttribute("name",id); this.setAttribute("width",w); this.setAttribute("height",h); this.setAttribute("version",ver); this.setAttribute("swf",swf); this.setAttribute("classid","clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"); this.addParam("bgcolor",c); } SWFObject.prototype.addParam = function(key,value){ this.params[key] = value; } SWFObject.prototype.getParam = function(key){ return this.params[key]; } SWFObject.prototype.addVariable = function(key,value){ this.variables[key] = value; } SWFObject.prototype.getVariable = function(key){ return this.variables[key]; } SWFObject.prototype.setAttribute = function(key,value){ this.attributes[key] = value; } SWFObject.prototype.getAttribute = function(key){ return this.attributes[key]; } SWFObject.prototype.getVariablePairs = function(){ var variablePairs = new Array(); for(key in this.variables){ variablePairs.push(key +"="+ this.variables[key]); } return variablePairs; } SWFObject.prototype.getHTML = function(){ var con = ''; if ((navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) || true) { con += ' 0){ con += 'flashvars="'+ pairs +'"'; } con += '/>'; }else{ con = ''; con += ''; for(var key in this.params) { con += ''; } var pairs = this.getVariablePairs().join("&"); if(pairs.length > 0) {con += '';} con += ""; } return con; } SWFObject.prototype.write = function(elementId){ if(typeof elementId == 'undefined'){ document.write(this.getHTML()); }else{ var n = (typeof elementId == 'string') ? document.getElementById(elementId) : elementId; n.innerHTML = this.getHTML(); } } function onPlayerComplete(cdnid,isFullScreen){ PlayerPlayNext(); } var show_pre=1; var show_next=1; var orginFlash = {init:true,isFullScreen:true,position:"",top:"",left:"",width:"",height:""}; function addFlash(url,w,h,jm_swf){ var so = new SWFObject(jm_swf, "movie_player", w, h, 8, "#000000"); so.addVariable("videoCenterId",url); so.addVariable("videoId","vid"); so.addVariable("isAutoPlay","true"); so.addVariable("widgetsConfig","null"); so.addVariable("tai","smallWindow"); so.addVariable("isShowSmallWindow","false"); so.addVariable("wideMode","normal"); so.addVariable("floatLogoTrigger","false"); so.addVariable("showRelative","true"); so.addVariable("id","000"); so.addVariable("widgetsSwfPath","http://player.cntv.cn/widgets/wg/WidgetButton2.swf"); so.addVariable("useP2pMode","false"); so.addVariable("isP2pInstall","false"); so.addVariable("dynamicDataPath","http://vdn.apps.cntv.cn/api/getHttpVideoInfo.do"); so.addParam("isFullScreen","true"); so.addParam("allowFullScreen","true"); so.addParam("allowScriptAccess","always"); so.addParam("wmode","transparent"); document.write(so.getHTML()); } addFlash(url,window.document.body.clientWidth-165+'px',window.document.body.clientHeight+'px','https://player.cntv.cn/standard/cntvplayerQC20190719.swf'); setTimeout("fun_cntv()",5000); function fun_cntv(){ movie_player.style.width='100%'; movie_player.style.height='100%'; } // document.write('
Çл»ÇåÎú¶È
'); function video_play_over(){location.href='/m026057/play2-3.html';}