Hi,also ich hab da ein seltsames Problem bei meiner Homepage http://www.bottlechess.de Bei Opera und IE wird alles richtig angezeigt,nur bei Firefox nicht.Was kann das sein.Hier ein Auszug vom Quellcode,wo iich meine das da der Fehler liegt.Wer weiss was
--------------So sieht er aus
<embed
</embed>
--------------Oder liegt es hier am macromedia?(vielleicht alte version)
<html>
<head>
<title></title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<OBJECT ID="navigation" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/…version=5,0,0,0" width="777" height="47" name="navigation">
<PARAM NAME="Movie" VALUE="test.swf">
<PARAM NAME="Quality" VALUE="best">
<PARAM NAME="swLiveConnect" VALUE="true">
<PARAM NAME="LOOP" value="false">
<PARAM NAME="PLAY" value="true">
<EMBED NAME="navigation" SRC="test.swf" swLiveConnect="true" WIDTH="777" HEIGHT="47" mayscript="mayscript" quality="best" play="true" LOOP="false" pluginspage="http://www.macromedia.com/shockwave/down…ShockwaveFlash2"
loop="false">
</EMBED>
</object>
<SCRIPT LANGUAGE="JavaScript">
<!--
// Handle all the the FSCommand messages in a Flash movie
function map_DoFSCommand(command, args)
{
// Echo the command in the form to help debug - Remove in production code
//var f = parent.fw_story.document.msgform;
//f.message.value = command;
}
//-->
</SCRIPT>
<SCRIPT LANGUAGE="VBScript">
<!--
// Map VB script events to the JavaScript method - Netscape will ignore this...
Sub map_FSCommand(ByVal command, ByVal args)
call map_DoFSCommand(command, args)
end sub
-->
</SCRIPT>
</body>
</html>