/*** Javascript ***/
//-- config  -- Զʱ()|ɫ|ֱɫ|ֱ͸|ɫ|ǰɫ|ͨɫ --
//var swf_width=255
//var swf_height=175
//var config=
//var files='file1|file2|file3'
//var links='1|2|3'
//var texts='1|2|3'
function showFlash(files,links,texts,swf_width,swf_height,config,root,speed) {
if(!files)return;
links=links||'';
texts=texts||'';
swf_width=swf_width||255;
swf_height=swf_height||175;
root=root||'';

config=config||(speed||5)+'|0xffffff|0x0099ff|50|0xffffff|0x0099ff|0x000000';//ֱΪ: Զʱ()|ɫ|ֱɫ|ֱ͸|ɫ|ǰɫ|ͨɫ
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="'+(window.docroot||'http://www.360out.com')+'/bbs/images/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);
if(links)document.write('&bcastr_link='+links);
if(texts)document.write('&bcastr_title='+texts);
document.write('" />');

document.write('<embed src="'+(window.docroot||'http://www.360out.com')+'/bbs/images/focus.swf" wmode="opaque" FlashVars="config='+config+'&bcastr_flie='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& 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 showFlash2(file,swf_width,swf_height,id) {
if(!file)return;
swf_width = swf_width||'100%';
swf_height = swf_height||'100%';
id=id|'';
document.write('<object id="'+id+'" 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="'+file+'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="menu" value="false" />');
document.write('<param name=wmode value="opaque" />');
document.write('<embed src="'+file+'" wmode="opaque" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}

function showFlash3(files,texts,swf_width,swf_height,config) {
swf_width=swf_width||'100%'
swf_height=swf_height||'100%'
//              0:Զ|0:|100:Ĭ|0:λ|2:ʾ|0x000033:ɫ|60:͸|0x66ff00:ɫ|0xffffff:ͼɫ|0xffffff:ɫ|:logo|:logoַ|:swfַ|1:Ƿʾʱ");
config=config||'1:Զ|1:|20:Ĭ|0:λ|2:ʾ|0xcccccc:ɫ|60:͸|0x66ff00:ɫ|0xffffff:ͼɫ|0xffffff:ɫ|: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="'+(window.docroot||'http://www.360out.com')+'/templates/default/images_index/vcastr2.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="'+(window.docroot||'http://www.360out.com')+'/templates/default/images_index/vcastr2.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>');
}
