Habe ein Problem mit der Darstellung eines Flashfilms in Firefox (Version 1.0.1 Mac und Windows). Der Flasfilm soll an die Größe des Browserfensters angepasst werde. Darum ist für width und height jeweils 100% angegeben.
Funktioniert in Safary (Mac) und Internet Explorer 5 (Mac und Windows) einwandfrei. Firefox zeigt den Flashfilm aber mit einer Höhe von 100 Pixel!
Kann mir hier jemand helfen?
Hier der HTML-Code (ursprünglich mit Dreamweaver erstellt):
<html>
<head>
<title>SIELER Kommunikation und Gestaltung</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body bgcolor="#000000" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/…ersion=6,0,29,0" width="100%" height="100%" id="Flashfilm" align="">
<param name="movie" value="basis.swf">
<param name="quality" value="high">
<embed src="basis.swf" quality="high" width="100%" height="100%" name="Flashfilm" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed>
</object>
</body>
</html>