Reply to comment

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>

Trackback URL for this post:

http://www.pebosi.net/trackback/16

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Textual smileys will be replaced with graphical ones.

More information about formatting options