Flash und SwfObject2.0 probleme mit Firefox

Bluebo

Mitglied
Flash und SwfObject2.0 probleme mit Firefox3

Hi liebe Community!

Ich habe gerade mal einen Flashfilm per PHP und SwfObject 2.0 in eine Seite implementiert.
Funktioniert auch alles wunderbar. Nur im FireFox 3 erscheint nach einem klick auf den Flashfilm
ein komischer Rahmen (siehe Abb.) - im IE7 ist das nicht der Fall.
Wenn ich den Flashfilm über <embed> und <object> implemetiere, ist der rahmen im FF nicht da. *konfus*

Hat jemand eine Idee wie ich diesen störenden Rahmen weg bekomme?

Edit: Habe festgestellt, das das auch nur bei (params.wmode = "transparent") der Rahmen erscheint.


Edit2: So, nach Stunden langem suchen..... Für alle die vielleicht das selbe Problem haben...

Why do I see a dotted border around my SWF when using Firefox 3 on Windows and wmode transparent or opaque?

Firefox 3 on Windows using wmode transparent or opaque introduces a new default style for the object element; it treats it like an active link.

This Firefox implementation deviates from Firefox 3 on Mac, previous Firefox versions on Windows and the default style for the embed element, so it is therefore likely to be a Firefox bug.

The following style rule in the head of your web page should solve this issue:

HTML:
<style type="text/css" media="screen">
    object { outline:none; }
</style>
Quelle:Swfobject - wiki/faq

MfG Bluebo
 

Anhänge

  • bug.jpg
    bug.jpg
    2 KB · Aufrufe: 595
Zuletzt bearbeitet:
Zurück