Hi Olla,
so z.B.:
<head>
<style type="text/css">
html, body {
width: 100%;
}
body {
margin-top: 60px;
}
div {
margin: 0 auto 0 auto;
width: 850px;
}
</style>
</head>
<body>
<div>Hier Flash</div>
<div>Hier iframe</div>
</body>
Wenn du Flash per Javascript ausgibst, solltest du das JS in eine externe DAtei auslagern. Außerdem ist Ausgabe mit object UND embed ein bißchen veraltet.
Gruß
Antipitch