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



Elastic Soccer
Author GameSheep.com



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 elasticsoccer.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=7,0,19,0" width="450" height="320">
<param name="movie" value="elasticsoccer.swf">
<param name="quality" value="high">
<embed src="elasticsoccer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="320"></embed>
</object>