Browse Source

import of old work

master
Jim Infield 16 years ago
commit
4ca5ff07ba
  1. 19
      flash.html
  2. BIN
      images/cerberus.swf
  3. 34
      index.html
  4. 10
      noflash.html
  5. 1
      styles/base.css

19
flash.html

@ -0,0 +1,19 @@
<html>
<head>
<title>Cerberus</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="styles/base.css" type="text/css">
</head>
<body bgcolor="#ffffff" text="#000000">
<p class="centered">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="400" height="100">
<param name=movie value="images/cerberus.swf">
<param name=quality value=high>
<param name="LOOP" value="false">
<embed src="images/cerberus.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="100" loop="false">
</embed>
</object>
</p>
</body>
</html>

BIN
images/cerberus.swf

34
index.html

@ -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>

10
noflash.html

@ -0,0 +1,10 @@
<html>
<head>
<title>Cerburus</title>
<body style="padding: 30px">
<center>
<h3>Welcome to Cerberus</h3>
<hr width="50%"/>
</center>
</body>
</html>

1
styles/base.css

@ -0,0 +1 @@
.centered { text-align: center}