Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
41 lines (38 sloc)
1.64 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Shockwave</title> | |
| </head> | |
| <body bgcolor="#FFFFFF"> | |
| <!-- Aftershock Tif Logo 2 swf.swf 3=550 4=400 18 25=2 --> | |
| <p> | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" | |
| codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0" ID="Tif" | |
| Logo 2 swf WIDTH="550" HEIGHT="400"> | |
| <param name="movie" value="Tif Logo 2 swf.swf"> | |
| <param name="loop" value="false"> | |
| <param name="quality" value="autohigh"> | |
| <param name="wmode" value="transparent"> | |
| <param name="bgcolor" value="#FFFFFF"><script LANGUAGE="JavaScript"> | |
| <!-- | |
| var ShockMode = 0; | |
| if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) { | |
| if (navigator.plugins && navigator.plugins["Shockwave Flash"]) | |
| ShockMode = 1; | |
| } | |
| if ( ShockMode ) { | |
| document.write('<EMBED SRC="Tif Logo 2 swf.swf"'); | |
| document.write(' swLiveConnect=FALSE WIDTH=550 HEIGHT=400'); | |
| document.write(' LOOP=false QUALITY=autohigh WMODE=transparent BGCOLOR=#FFFFFF'); | |
| document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'); | |
| document.write('</EMBED>'); | |
| } else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){ | |
| document.write('<IMG SRC="Tif Logo 2 swf.gif" WIDTH=550 HEIGHT=400 BORDER=0>'); | |
| } | |
| //--> | |
| </script><noembed><IMG SRC="Tif Logo 2 swf.gif" WIDTH=550 HEIGHT=400 BORDER=0></noembed><><img | |
| SRC="Tif%20Logo%202%20swf.gif" WIDTH="550" HEIGHT="400" BORDER="0"></> | |
| </object> | |
| </p> | |
| <!-- EndAftershock Tif Logo 2 swf.swf --> | |
| </body> | |
| </html> |