   ___    _       _      __ _     _           ___                          
  / __\__| |_ ___| |__  / _(_) __| | ___     / _ \__ _ _ __ ___   ___  ___ 
 / _\/ _ \ __/ __| '_ \| |_| |/ _` |/ _ \   / /_\/ _` | '_ ` _ \ / _ \/ __|
/ / |  __/ || (__| | | |  _| | (_| | (_) | / /_\\ (_| | | | | | |  __/\__ \
\/   \___|\__\___|_| |_|_| |_|\__,_|\___/  \____/\__,_|_| |_| |_|\___||___/



Snipe
Author Michael Herrmann



1. Place the code below between the body tags on your html page where you want the game to appear.
2. Save your html page and the snipe.swf to the same folder.



<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="750" height="500">
<param name=movie value="snipe.swf">
<param name=quality value=high>
<embed src="snipe.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="750" height="500">
</embed> 
</object>