
<!--
//可编辑内容开始（可放置特版中）
var pic_width=196; //图片宽度
var pic_height=186; //图片高度
var button_pos=2; //按扭位置 1左 2右 3上 4下
var stop_time=8000; //图片停留时间(1000为1秒钟)
var show_text=1; //是否显示文字标签 1显示 0不显示
var txtcolor="ffffff"; //文字色
var bgcolor="000000"; //背景色

//可编辑内容结束
var swf_height=show_text==1?pic_height+20:pic_height;

var pics="", mylinks="", texts="";
pics='images/img1.jpg|images/img2.jpg|images/img3.jpg|images/img4.jpg|images/img5.jpg';
mylinks='#|#|#|#|#|#';
texts='';

var sohuFlash2 = new sohuFlash("swf/focus.swf", "focus_01", pic_width, swf_height, "4");
sohuFlash2.addParam("quality", "high");
sohuFlash2.addParam("wmode", "opaque");
sohuFlash2.addVariable("pics",pics);
sohuFlash2.addVariable("links",mylinks);
sohuFlash2.addVariable("texts",texts);
sohuFlash2.addVariable("pic_width",pic_width);
sohuFlash2.addVariable("pic_height",pic_height);
sohuFlash2.addVariable("show_text",show_text);
sohuFlash2.addVariable("txtcolor",txtcolor);
sohuFlash2.addVariable("bgcolor",bgcolor);
sohuFlash2.addVariable("button_pos",button_pos);
sohuFlash2.addVariable("stop_time",stop_time);
sohuFlash2.write("focus_01");
//-->
