Flash mit alternativer Grafik

Wenn man verhindern will das Besucher einer Seite mit Flashelementen nicht zur Installation des Flashplayer aufgefordert werden, besteht die Möglichkeit eine Alternativgrafik anzugeben, diese wird einfach anstatt des Flash angezeigt:

<object type="application/x-shockwave-flash" data="flash.swf"
width="100" height="100" title="Flash" style="-moz-user-focus:ignore"> <param name="movie" value="flash.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<img src="alternative.png" width="100" height="100">
</object>

Neuen Kommentar schreiben

Der Inhalt dieses Feldes wird versteckt und nicht öffentlich gezeigt.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Textual smileys will be replaced with graphical ones.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.