Warum ich immer so kompliziert denken muss ,so gehts doch viel leichter
<html>
<head>
<title>frameoben</title>
</head>
<body bgcolor="black">
<table width=100%>
<td width=10%>
</td>
<td width=80%>
<script language="JavaScript">
if (screen.width <= 800)
{
document.write("<embed src='buttons.swf' width=750 height=55 align='top'>")
}
else
{
document.write("<embed src='buttons.swf' width=850 height=80 align='top'>")
}
</script>
</td>
<td width=10%>
</td>
</table>
</body>
</html>