Play Astral Tower Defense
 
   
  There are two ways you can get Astral Tower Defense on your site.

Embedding ATD "as-is"

If you want to have Astral Tower Defense directly on your site, and always have the latest version with minimal hassle, this is the way to go.

There are several different methods ATD can be embedded so we will just present you with the one we found easiest to implement and most compatible. Just copy & paste the following code where you want the game to appear:
<div id="flashcontent">
This text will be replaced by the game, barring any technical issues; you should leave the following lines in this location in case technical issues do occur: Astral Tower Defense requires Flash9 and a JavaScript-enabled Browser.
Please have a look at our <a href="http://www.astraltowerdefense.com/technical_help.php">Technical Help</a> page for more information.
</div>
<script type="text/javascript" src="http://static.astraltowerdefense.com/p/swfobject.js"></script>
<script type="text/javascript">
var so = new SWFObject("http://static.astraltowerdefense.com/atd.swf", "atd", "870", "616", "9", "#050030");
so.addParam("quality", "high");
so.addParam("play", "true");
so.addParam("loop", "false");
so.addParam("scale", "showall");
so.addParam("wmode", "window");
so.addParam("devicefont", "false");
so.addParam("menu", "false");
so.addParam("allowScriptAccess", "always");
so.addParam("allowFullScreen", "false");
so.write("flashcontent");
</script>

Your own customized ATD

We also offer a special version of Astral Tower Defense that uses a relative image / sound path, enabling you to replace some or all images and sounds of the game (with the exception of the Pardus references).

Follow these steps to make this version of the game work:
  1. Download the SWF (right-click, "Save As").
  2. Put the SWF file in your web directory.
  3. Download our images and sounds as working base.
  4. Extract the downloaded ZIP file to where your SWF file lies.
  5. Optionally download the JavaScript file used to embed the game and put it in your web directory.
  6. Embed the game as above, but change the path(s) to your own address.
  7. The game should work now, loading all images and sounds from your own server.
  8. Modify the graphics and sounds the way you want. It is recommended to leave the original dimensions of the images intact.