<script type= "Text/javascript" >
var swf_width = 350;
var swf_height = 200;
var config = ' 5|0xffffff|0x666666|80|0xffffff|0x666666|0x000000 ';
var files = ', links = ', texts = ';
var a=escape ("&");
Files + = ' | picture path | picture Path | image path ';
Links + = ' |xxxx? Id&tid '. Replace ("&", a);//Replace the & character in the link
Texts + = ' | title ';
Files = files.substring (1); Links = links.substring (1); texts = texts.substring (1);
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= '/templet/ch/images/xitongimages/focus.swf '/> ');
document.write (' <param name= ' quality "value=" high "/> ');
document.write (' <param name= ' menu ' value= ' false '/> ');
document.write (' <param name=wmode value= ' opaque '/> ');
document.write (' <param name= ' flashvars "value=" config= ' + config + ' &bcastr_flie= ' + files + ' &bcastr_link= ' + Links + ' &bcastr_title= ' + texts + ' "/> ');
document.write (' <embed src= '/templet/ch/images/xitongimages/focus.swf "wmode=" opaque "flashvars=" config= ' + Config + ' &bcastr_flie= ' + files + ' &bcastr_link= ' + links + ' &bcastr_title= ' + texts + ' & menu= ' false ' qu ality= "High" width= "' + swf_width + '" height= "' + swf_height + '" type= "Application/x-shockwave-flash" pluginspage= "http: Www.macromedia.com/go/getflashplayer "/>");
document.write (' </object> ');
</script>
Files: Indicates the alternate picture path, with the "|" be separated;
Links: Indicates that clicking on each image opens a link to "|" To separate, each corresponding to files;
Texts: Indicates the text description of each picture, with "|" Partition one by one corresponds to files;
About the link in Flash & character Nginx value problem