var so = new SWFObject("/player/flashmp3player.swf", "player", "183", "220", "9"); // Location of swf file. You can change player width and height here (using pixels or percents).
              so.addParam("quality", "high");
              so.addVariable("content_path","../mp3"); // Location of a folder with mp3 files (relative to php script).
              so.addVariable("color_path","/player/default.xml"); // Location of xml file with color settings.
              so.addVariable("script_path","/player/flashmp3player.php"); // Location of php script.
              so.write("player");
