I've found a rather natty interactive map at http://www.worldofwar.net/cartography/waratlas/
Unfortunately, although i've uploaded all the relevant xml and css files, none seem to be being read by the .swf file, and so the map doesnt show any details. The code i've used is as follows (i looked at the source for the online version as there are no instructions in the downloadable version)
<p><font size="2"><b><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="607" height="607" id="WarAtlas" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://mypath/WarAtlas.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://mypath/WarAtlas.swf" quality="high" bgcolor="#000000" width="607" height="607" name="WarAtlas" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></b></font></p>
I'm wondering if its something to do with the allowscriptaccess [samedomain] flag...any ideas anyone?