Hier die Quelle:

jQuery SWF:

http://www.nature-one.de/events/_global_js/swfobject2.2/swfobject.js

JavaScript:

Warnung! Spoiler!
Code:
<script type="text/javascript">
/* <![CDATA[ */
var flashvars = {};
flashvars.width = "960";
flashvars.height = "20";
flashvars.file = "http://www.natureone.de/events/mayday/media/soundfiles/md10_hymne.mp3";
//flashvars.bufferlength = "7";
flashvars.autostart = "true";
//flashvars.playlistsize = "200";
//flashvars.playlist = "bottom";
flashvars.controlbar = "bottom";
//flashvars.repeat = "list";
flashvars.fullscreen = "false";
flashvars.overstretch = "false";
flashvars.showfsbutton = "false";
flashvars.shuffle = "false";
flashvars.repeat = "always";
flashvars.displayheight = "0";
flashvars.javascriptid = "player";
flashvars.frontcolor = "0xeeeeee";
flashvars.backcolor = "0xED228B";//basecolor
flashvars.lightcolor = "0xffffff";
flashvars.screencolor = "0x999999";
flashvars.abouttext = "I-Motion"
var params = {};
params.wmode = "opaque";
params.allowfullscreen = "false"; /*??*/
var attributes = {};
swfobject.embedSWF("http://www.natureone.de/events/_global_media/mp3player.swf", "soundplayer", "960", "20", "7","expressInstall.swf", flashvars, params, attributes);
/* ]]> */
</script>


CSS:

Code:
<style type="text/css">
body{
	text-align:center;
	background-color:#1B2024;
	margin:0;
	padding:0;
}
#sound{
	width:980px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#puffer		{
	width:0px;
	float:left;
}
#soundplayer{
	float:left;
	width:960px;
}
</style>


Um die Farbe, und Laenge des Players zu veraendern, musst du die folgenden variablen in der JavaScript Dateie anpassen:

Code:
flashvars.width = "960";
flashvars.height = "20";
flashvars.frontcolor = "0xeeeeee";
flashvars.backcolor = "0xED228B";//basecolor
flashvars.lightcolor = "0xffffff";
flashvars.screencolor = "0x999999";