[latex]Mae govannen![/latex]
Ich habe es jetzt in einem Multiplen IE6, IETester und in einem 8er getestet -- die Lautstärke lässt sich zwar einstellen, wird aber nicht in einem Cookie gespeichert.
Aber damit kann ich leben. IE-User können überhaupt froh sein, dass sie meine Seite betreten dürfen, ohne dass ihr Browser gleich abstürzt :)
Na dann brauche ich dir ja nicht zu erzählen, daß IE teilweise mit setAttribute() und getAttribute() so seine Probleme hat :)
embed.setAttribute("id", id_js_embed);
embed.setAttribute("src", '/js/player_flv_multi.swf');
embed.setAttribute("flashvars", 'flv=/dj-tut-videos/n-the-mix.flv&configxml=/js/flv_config_multi.xml');
embed.setAttribute("type","application/x-shockwave-flash");
Eigentlich sollte es auch so gehen:
embed.id = id_js_embed;
embed.src ='/js/player_flv_multi.swf';
embed.flashvars = 'flv=/dj-tut-videos/n-the-mix.flv&configxml=/js/flv_config_multi.xml';
embed.type = "application/x-shockwave-flash";
bin aber jetzt zu müde, um noch groß was zu testen.
Cü,
Kai
--
Even if you are a master of jQuery, you can only create mediocre (at best)
scripts. The problem is that the authors you rely on have not mastered the
DOM themselves. It's like one blind guy leading another off a cliff (D.Mark/clj)
Foren-Stylesheet Site Selfzeug JS-Lookup
SelfCode: sh:( fo:| ch:? rl:( br:< n4:( ie:{ mo:| va:) js:| de:> zu:) fl:( ss:| ls:?
Even if you are a master of jQuery, you can only create mediocre (at best)
scripts. The problem is that the authors you rely on have not mastered the
DOM themselves. It's like one blind guy leading another off a cliff (D.Mark/clj)
Foren-Stylesheet Site Selfzeug JS-Lookup
SelfCode: sh:( fo:| ch:? rl:( br:< n4:( ie:{ mo:| va:) js:| de:> zu:) fl:( ss:| ls:?