Firefox problems

I’ve made a flash movie, embedded it into a html and in Internet Explorer it works perfectly but when showing in Firefox it’s pretty ****ed up. It’s shown as a little picture at the top and you can actually see what’s happening outside the borders of the flash movie.

My HTML code is this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"[http://www.w3.org/TR/html4/loose.dtd](http://www.w3.org/TR/html4/loose.dtd)">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Knop! 2005</title>
<style type="text/css">
<!--
body {
 background-color: #CCCCCC;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
-->
</style></head>
<body>
<div align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0)" width="760" height="100%">
	<param name="movie" value="index.swf">
	<param name="quality" value="high">
	<embed src="index.swf" quality="high" pluginspage="[http://www.macromedia.com/go/getflashplayer](http://www.macromedia.com/go/getflashplayer)" type="application/x-shockwave-flash" width="760" height="100%"></embed>
  </object>
</div>
</body>
</html>

Please help! – Thanx :smiley: