nice ^^
gonna check gameplay now ofc
i made some tweaks to the html though, i hate bright white, burns into my retina
basically, i re-used small LS 640*480, replaced #ffffff with #999999 and put the full url in the html for the swf to load ofc

Personally, i open this with popup, no borders, scrollbars and all that useless stuff during play
Maybe i should add some on unload/close of window in case of accidental alt+f4 / X of wrong browser during mobs
I only can't seem to change the horizontal alignment... even if i change the center/middle to "right" etc
i'd prefer having my inventory/chat on the left, and game on the right, can do that now only if i make the window large enough with room on both sides
Code
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="SHORTCUT ICON" href="ls.ico">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>d2jsp - Ladder Slasher v1.17</title>
</head>
<body bgcolor="#999999">
<center>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
width="100%" height="480" id="LS_117" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="http://ladderslasher.d2jsp.org/LS_117.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#999999" />
<embed src="http://ladderslasher.d2jsp.org/LS_117.swf" quality="high" bgcolor="#999999"
width="100%" height="480" name="LS_117" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</center>
</body>
</html>
