/*
description:write flash object
author:zaizhizhuang@yahoo.com.cn
company:neo@ogilvy
*/
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
var js_h="\n');
}
if(typeof(eval(fileid+"_DoFSCommand"))!="function"){
document.write(js_h+" for='"+fileid+"' event='FSCommand(command,args)'>ZZZFlash_DoFSCommand(command,args);"+js_t);
}
}
//
function swf_load(fileid, filename, widths, heights, fvs, wmd,bgcolor){
var FlashVars = (fvs != undefined)? fvs :'';
var Wmod = (wmd != undefined)? wmd :'';
var Flashbgcolor=(bgcolor==""||bgcolor==null||bgcolor==undefined)?"ffffff":bgcolor
//添加变量
var strSwf = "";
strSwf += '';
writefscommInterface(fileid)
document.write(strSwf);
}
function ZZZFlash_DoFSCommand(arg0,arg1){
var e=null;
if(ZZZFlash_DoFSCommand.caller){
e=ZZZFlash_DoFSCommand.caller.toString();
e=e.substring(9,e.indexOf("(")).replace("_DoFSCommand","");
}
if(e=="anonymous")e=arg1;
if(arg0=="quit")return;
if(arg0&&arg0!=""&&eval("typeof(ZZZ_"+arg0+")")=="function")eval("ZZZ_"+arg0+"('"+arg1+"')"); else return ;
}
function ZZZ_alert(args){
alert(args)
}