А что с форумом? Я сегодня днём зайти не мог, это только у меня так?
Так, ладно, я в яве совсем ноль, в HTML только бордер топ и тому подобное знаю, так что выложу страницу через которую гружу свфку, исправите там если что... Вот, только не смейтесь)))

Код:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r" />
<title>Sinteenage</title>
<script type="text/javascript">
<!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. -->
var swfVersionStr = "10.3.0";
<!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. -->
var xiSwfUrlStr = "playerProductInstall.swf";
var flashvars = {};
var params = {};
params.quality = "high";
params.bgcolor = "#000000";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
params.wmode = "direct";
var attributes = {};
attributes.id = "RaceMolehill";
attributes.name = "RaceMolehill";
attributes.align = "middle";
swfobject.embedSWF(
"RaceMolehill.swf", "flashContent",
"1024", "576",
swfVersionStr, xiSwfUrlStr,
flashvars, params, attributes);
<!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -->
swfobject.createCSS("#flashContent", "display:block;text-align:left;");
</script>
</head>
<body>
<!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
when JavaScript is disabled.
-->
<object type="application/x-shockwave-flash" id="RaceMolehill" name="RaceMolehill" align="middle" data="RaceMolehill.swf" width="1024" height="576"><param name="quality" value="high"><param name="bgcolor" value="#000000"><param name="allowscriptaccess" value="sameDomain"><param name="allowfullscreen" value="true"><param name="wmode" value="direct"></object>
</body>
</html>
Может скрипт вообще убрать? А то в боди и так всё указано.