<!-- Location of javascript. -->
<script language="javascript" type="text/javascript" src="swfobject.js" ></script>
<!-- Div that contains player. -->
<div id="player">
<h1>No flash player!</h1>
<p>It looks like you don't have flash player installed. <a href="http://www.macromedia.com/go/getflashplayer" >Click here</a> to go to Macromedia download page.</p>
</div>
<!-- Script that embeds player. -->
<script language="javascript" type="text/javascript">
var so = new SWFObject("flashmp3player.swf", "player", "290", "247", "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","default.xml"); // Location of xml file with color settings.
so.addVariable("script_path","flashmp3player.php"); // Location of php script.
so.write("player");
</script>
<!--
Please place this link anywhere on the page that uses Flash MP3 Player.
You can style it anyway you want, but do not change or delete it.
Read the license! Thanks. :-)
-->
Powered by <a href="http://www.flashmp3player.org">Flash MP3 Player</a>
scroll_bar_color | Scrollbar color |
scroll_bar_bg_color | Scrollbar background color |
arrows_color | Scrollbar arrows color |
border_color | Borders color |
buttons_color1 | 1st gradient color for buttons background |
buttons_color2 | 2nd gradient color for buttons background |
buttons_normal | Buttons color |
buttons_over | Mouseover buttons color |
background_color | Overall background color |
volume_active | Active volume color |
volume_inactive | Inactive volume color |
text_normal | Song title color |
text_over | Mouseover song title color |
text_select | Selected song title color |
playlist_item_normal | Playlist item color |
playlist_item_over | Mouseover playlist item color |
playlist_item_select | Selected playlist item color |
playlist_position | Current playing position color |
autoplay | Starts playing on page load (on, off) |
autoresume | Saves playing position and volume when user moves from page to page (on, off) |
default_volume | Default volume (from 0 to 100) |
numeration | Songs numeration (on, off) |
time | Song timer (elapsed, remaining, total, off) |