Flash-Problem beim 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

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

  • OK, ich versteh das jetzt nicht so ganz ^^

    Muss man Flashobjekte nicht damit einbinden??

    Code
    <object width="550" height="400">
    <param name="movie" value="somefilename.swf">
    <embed src="somefilename.swf" width="550" height="400">
    </embed>
    </object>

    Ausserdem ist dein embed Ding oben nicht geschlossen und <img> Tags sind eig fuer Images, also Bilder, bestimmt... glaube nicht das das mit Flash geht...
    Validier deine Seite auch mal, danach haste sie auf jeden Fall in jedem Browser gleich!

    "Progress is not made by ambitious early risers, progress is made by lazy people looking for an easier way to do things."
    -- I'm not sure who said it, but he/she is my hero --

  • Validieren? Fehler lesen und korrigieren?
    Wenn du nicht klarkommst poste die Fehlermeldungen
    mit denen du nicht klarkommst hier.
    Und NICHT ALLE, sondern die ... :roll:

    Zum Flash, versuchs so:

    Code
    <object type="application/x-shockwave-flash" data="datei.swf" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="250">
       	<param name="allowScriptAccess" value="sameDomain" />
       	<param name="movie" value="datei.swf" />
       	<param name="loop" value="false" />
       	<param name="menu" value="false" />
       	<param name="quality" value="high" />
       	<param name="play" value="true" />
       	<noscript>Text wenn Flash nicht installiert ist.</noscript>
    	</object>


    (x)html valide.