мало понимаю HTML и javascript.
Вот мой index
попробовал добавить focus() см.выделенная строка, но, видимо неправильно.

Код:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251"/>
</head>
<body bgcolor="#888888" text="black" vlink="black">
<!-- SWFObject -->
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="flashcontent">
<div align="center">...</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("wp4.swf", "sotester", "100%", "100%", "8","#888888");
so.addParam("quality", "best");
<!-- so.addVariable("a", "aa");-->
so.addParam("scale", "noscale");
so.write("flashcontent");
window.flashcontent.focus();
// ]]>
</script>
</body>
</html>
"куда ставить-то?"