har ikke lige kunne teste det.. men prøv evt med :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Title here!</title>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--© Jeppe - All Rights Reserved -->
<style type="text/css">
body {
background-color: #000000;
}
.midt {
position: absolute;
z-index: 1;
width: 800px;
height: 450px;
left: 50%;
top: 50%;
font-family: tahoma, arial, verdana;
font-size: 11px;
color: #000000;
line-height: 15px;
margin-top: -225px;
margin-left: -400px;
background-color: transparent;
overflow : auto;
}
</style>
</head>
<body>
<div class="midt">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="800" height="450" id="Jeppe" align="">
<param name=movie value="Jeppe.swf">
<param name=quality value=high>
<param name=bgcolor value=#cccccc>
<embed src="Jeppe.swf" quality=high bgcolor=#CCCCCC width="800" height="450" name="Jeppe" align="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/go/getflashplayer"></embed></object>
</div>
</body>
</html>