Hallo Kalle_Worms,
var txt ="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ";
txt = txt +"codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' ";
txt = txt +"width='1' height='1'>";
txt = txt +"<param name='movie' value='"+quelle+"'>";
txt = txt +"<param name='loop' value='false'>";
txt = txt +"<param name='quality' value='high'>";txt = txt +"<embed src='"+quelle+"' quality='high' ";
txt = txt +"pluginspage='http://www.macromedia.com/go/getflashplayer' ";
txt = txt +"type='application/x-shockwave-flash' width='1' height='1'>";
txt = txt +"</embed></object>";
Hierzu kann ich nur (wie in meinem oberen Posting schon beschrieben) den Artikel auf der folgenden Seite empfehlen:
http://www.alistapart.com/articles/flashsatay/
Damit ändert sich obiger Code etwas und wird damit kürzer und valide:
var txt = "<object type='application/x-shockwave-flash' data='"+quelle+"' width='1' height='1'>";
txt = txt + "<param name='movie' value='"+quelle+"'>";
txt = txt + "<param name='loop' value='false'>";
txt = txt + "<param name='quality' value='high'>";
txt = txt + "</object>";
Meiner Meinung nach sollte diese fehlerfreie Version des Einbindens von Flashfilmen die fehlerhafte Standard-Methode in Macromedia Flash ersetzen...
Bis dann!
Marc Reichelt || http://www.marcreichelt.de/
Linux is like a wigwam - no windows, no gates and an Apache inside!
SELFCode: ie:{ fl:| br:> va:} ls:< fo:} rl:( n4:( ss:) de:> js:| ch:? sh:| mo:) zu:)
http://emmanuel.dammerer.at/selfcode.html