|
@ -0,0 +1,34 @@ |
|
|
|
|
|
<html> |
|
|
|
|
|
<head> |
|
|
|
|
|
<title>Flash Check</title> |
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
|
|
|
|
<SCRIPT LANGUAGE="JavaScript"> |
|
|
|
|
|
<!-- |
|
|
|
|
|
function MM_checkPlugin(plgIn, theURL, altURL, autoGo) |
|
|
|
|
|
{ |
|
|
|
|
|
//v3.0 |
|
|
|
|
|
var ok=false; |
|
|
|
|
|
document.MM_returnValue = false; |
|
|
|
|
|
with (navigator) |
|
|
|
|
|
if (appName.indexOf('Microsoft')==-1) |
|
|
|
|
|
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=autoGo; |
|
|
|
|
|
} |
|
|
|
|
|
if (!ok) theURL=altURL; |
|
|
|
|
|
if (theURL) window.location=theURL; |
|
|
|
|
|
} |
|
|
|
|
|
//--> |
|
|
|
|
|
</SCRIPT> |
|
|
|
|
|
<!-- Refreshes after 8 seconds incase not working! change url into no flash page --> |
|
|
|
|
|
<META HTTP-EQUIV="refresh" CONTENT="8; URL=noflash.htm"> |
|
|
|
|
|
</head> |
|
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000" onLoad="MM_checkPlugin('Shockwave Flash','flash.html','noflash.html',true);return document.MM_returnValue"> |
|
|
|
|
|
</body> |
|
|
|
|
|
</html> |