Yes It doesn’t make any sense… but it is here :(, I know that it would have been better to post a link but unfortunatly I can’t yet, I will as soon as it will be possible
not on the current version, the web page is nearly empty and only contain the applet
note : this seems to only happend when bandwith is low
EDIT :
current HTML, nothing really special
<HTML>
<HEAD>
<TITLE>Virtual Ocean Races 2 GAME ALPHA - V001 </TITLE>
<SCRIPT LANGUAGE="JavaScript">
function setAppletFocus()
{
try
{
var elem=document.getElementById("AppletVOR");
elem.focus();
}
catch(e)
{
}
}
</SCRIPT>
</HEAD>
<BODY onload="setAppletFocus()" SCROLL="NO" STYLE="background-color:#032B4A;margin:0;BORDER:0;BACKGROUND-REPEAT: repeat;BACKGROUND-IMAGE: url(images/GAME_BACKGROUND.PNG);BACKGROUND-POSITION:center">
<TABLE cellSpacing=0 cellPadding=0 STYLE="width:100%;height:100%">
<TR>
<TD STYLE="text-align:center">
<APPLET ID="AppletVOR" archive="client.jar" code="GameApplet" width="960" height="600">
<PARAM NAME="SESSION_ID" VALUE="1242760653
">
<PARAM NAME="URI_SERVLET" VALUE="/VOR/VORServer">
<PARAM name="java_arguments" value="-Xmx90m -Dsun.awt.noerasebackground=true">
<!-- Use an animated GIF as an indeterminate progress bar while the applet is loading -->
<PARAM NAME="image" VALUE="images/LOGO_VOR2.PNG">
<!-- Turn off the box border for better blending with the surrounding web page -->
<PARAM NAME="boxborder" VALUE="false">
<!-- Center the loading image -->
<PARAM NAME="centerimage" VALUE="true">
<!-- background color -->
<PARAM name="boxbgcolor" value="#000000">
<!-- Separated JVM -->
<param name="separate_jvm" value="true">
</APPLET>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>