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



Spider Man
Adaptations Fetchfido Games



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