============================================
Samurai Run © Copyright 2010 Christopher Wallis
Distributed by ArcadeTown
============================================

ArcadeTown Website: http://www.arcadetown.com

See license.txt for the conditions under which this game may be used.


FILE LIST


samurairun.swf - the flash game program
example.html - sample html showing how to run game
license.txt - license terms and conditions
readme.txt - this readme



HOW TO PUT THE GAMES ON YOUR SITE

Upload these files including all subdirectories to an appropriate place on
your web server. Examine the example html file to see the noted tags needed
to run the game. Place these tags in the appropriate html on your site.

Note, the javascript is needed to make the browser window properly close
when the exit button is clicked within the game.


IF YOU ARE AN AFFILIATE

If you are an affiliate of ours, you may embed your affiliate id into the
game by modifying the html tags for the flash object.  The following example
shows placing the affiliate id 1234.  Substitute the sample 1234 value with
your valid affiliate id.

<object...>
<param name="movie" value="covertfront3.swf?aid=1234">
...
<embed src="covertfront3.swf?aid=1234" ...>
</embed></object>