Hallo, ein optisches Problem:
http://www.rwo-fanblock.de/test.php
Klickt oben rechts im Haupfeld auf den Button "Flash-Animation". Im InternetExplorer wird die Animation randfrei dargestellt, in Mozilla allerdings nicht. Woran liegt's?
Die Animation ist in einem HTML-Dokument eingebunden. Was kann ich tun, damit beide Browser die Animation randlos darstellen?
HTML-Code der HTML-Date:
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>RWO-Fanblock - Die Fanpage im Internet</title>
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="800" height="400" id="intro" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="downloads/flash-animation/flash-animation.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="downloads/flash-animation/flash-animation.swf" quality="high" bgcolor="#ffffff" width="800" height="400" name="intro" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
</body>
</html>
Alles anzeigen