﻿function showVedio(files){
    var swf_width=156;
    var swf_height=109;
    var texts='Chloe';
    var config='0:自动播放|1:连续播放|100:默认音量|0:控制栏位置|2:控制栏显示|0x000033:主体颜色|60:主体透明度|0xFF6699:光晕颜色|0xffffff:图标颜色|0xffffff:文字颜色|lavendermountains:logo文字|:logo地址|:结束swf地址'

    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
    document.write('<param name="movie" value="selfvideo.swf"><param name="quality" value="high">');
    document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
    document.write('<param name="FlashVars" value="vcastr_file='+files+'&vcastr_title='+texts+'&vcastr_config='+config+'">');
    document.write('<embed src="selfvideo.swf" wmode="opaque" FlashVars="vcastr_file='+files+'&vcastr_title='+texts+'&vcastr_config='+config+'" menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
}


function openUrlView(url,target,width_,height_){
	left_ = screen.width/2 - 320;
	top_ = screen.height/2 - 200;
	window.open(url,target,'width=' + width_ + ',height=' + height_ + ',resizable=no,scrollbars=no,menubar=no,toolbar=no,status=yes,left=' + left_ + ',top=' + top_ + ',screenX=' + left_ + ',screenY=' + top_); 
}
