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



Simpsons Millionaire
Author The Simpsons Guide



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