var vWidth = obj.offsetWidth;
var vHeight = obj.offsetHeight;
var videourl= 'http://av1.jiaodong.net:81/tv/2019/06/20190110gaoqingpindao.mp4';
//alert("width="+vWidth+" height="+vHeight);
var flashvars={
f:videourl,
c:0,
p:1,
my_url:encodeURIComponent(window.location.href),
my_title:encodeURIComponent(document.title)
};
var params={bgcolor:'#FFF',allowFullScreen:true,allowScriptAccess:'always',wmode:'transparent'};
var video= new Array();
video[0] = videourl;
CKobject.embed('http://www.jiaodong.net/sys/player/player_a.swf','player_area','ckplayer_a1',vWidth, vHeight,false,flashvars,video,params);