Hallo!
Ich hatte schonmal ne ähnliche Frage gestellt. Kann mir wer sagen, warum folgender Code in Wordpress nicht funktioniert:
<script type="text/javascript" src="http://localhost/php/2007/sowjetskaja/engine/wp-content/themes/sowjetskaja/
/player/swfobject.js"></script>
<p id="player2"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
var s2 = new SWFObject("http://localhost/php/2007/sowjetskaja/engine/wp-content/themes/sowjetskaja/
/player/mp3player.swf", "playlist", "400", "400", "7");
s2.addVariable("file","http://localhost/php/2007/sowjetskaja/engine/wp-content/themes/sowjetskaja/
/player/playlist.xml");
s2.addVariable("backcolor","0x000000");
s2.addVariable("frontcolor","0x901313");
s2.addVariable("lightcolor","0xffffff");
s2.addVariable("displayheight","0");
s2.write("player2");
</script>
Alles anzeigen
Der Code ist in einer Wordpress Seite eingebunden und wird auch so ausgegeben, aber es funktioniert nicht. Es kommt nur die Meldung: Get the Flash Player to see this player.
Bin sehr dankbar für Hilfe. Ich weiß einfach nicht weiter.