shockwave fehler nur bei firefox?

  • 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


    <OBJECT>
    <PARAM>
    <PARAM>
    <PARAM>
    <PARAM>
    <PARAM>
    <EMBED>
    </EMBED>
    </object>

  • Erstens, poste den Teil bitte nochmal, aber diesmal in den Postoptionen den Haken bei "HTML in diesem Beitrag deaktivieren" setzen.

    Zweitens:

    Code
    <embed <IMG height=60 src="button2005.swf" width=777 border=0>
    </embed>


    Hältst du sowas für gültiges HTML? Firefox mit Sicherheit nicht und ich gebe ihm da recht.

    Ich weiß ja nicht ob sowas ein Flashmenü darstellen soll, aber wenn ja, dann werden Suchmaschinen deine Seite nicht mögen. Die können Flashmenüs nämlich nicht benutzen und somit können sie deine Seite nicht voll besuchen und damit fällst du beim Suchindex aus dem Rahmen.

  • <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>