with (navigator) if (appName.indexOf('Microsoft')!=-1 && appVersion.indexOf('Mac')==-1) document.write(''+
'\nOn error resume next\n'+
'MM_dir = IsObject(CreateObject("SWCtl.SWCtl.1"))\n'+
'MM_flash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))\n');
//-->
function MM_checkPlugin( plgIn )
{
var ok = false;
with (navigator)
if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length))
{
ok=(plugins && plugins[plgIn]);
}
else if (appVersion.indexOf('3.1')==-1)
{ //not Netscape or Win3.1
if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null)
ok=window.MM_flash;
else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null)
ok=window.MM_dir;
else
ok=true;
}
return ok;
}
if( MM_checkPlugin('Shockwave Flash' ) )
{
if( this[ "playon_bbs_theme" ] == null )
playon_bbs_theme = "";
if( this[ "playon_bbs_height" ] == null )
playon_bbs_height = 400;
if( typeof(playon_bbs_height) != typeof(1) )
playon_bbs_height = 400;
if( playon_bbs_height < 200 )
playon_bbs_height = 200;
var tag = "object";
document.write( '<' + tag + ' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="150" height="' +
playon_bbs_height + '">' );
document.write( '' +
'' +
'' +
'' +
'' +
'' +
'' );
}
else
{
document.write( '�����^���f����' );
}