Cyx23: Nescape4.7 - Flash: Probleme mit dem embed-Tag

Beitrag lesen

Hallo,

hast du auch beim Nescape das 5er Plugin?

und, u.U. ist es so ohne http, ohne noembed, besser:

<object  value="xxx.swf">
            ^^^^^^^^^^^^ .....
<param name=quality value=high>
<embed src="xxx.swf"
         ^^^^
autostart="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"
hidden=true
^^^^^^^^
loop=true
width=1 height=1>
</embed>
</object>

Sonst könntest du es vielleicht in ein div mit clip setzen, aber
swf sind wohl oft recht dominat, hast du eine url dazu?

Grüsse

Cyx23