<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs title="MP3 Track Player"
		title_url="http://gotoscience.com/gadgets/MP3-Track-Player/MP3TrackTemplate.xml.txt"
		description="MP3 list player, You may enrich your site or igoogle home page with custom MP3 tracks, custom podcast tracks and the music player works with some xml audio podcast feeds. Create your own playlist for audio tracks you would like to listen to, player will go from one song to the next just like a mini radio station. Use the edit menu to enter the URL of your play list."
		category="lifestyle"
        category2="funandgames"
		screenshot="http://gotoscience.com/gadgets/MP3-Track-Player/screenshot.png"
		thumbnail="http://gotoscience.com/gadgets/MP3-Track-Player/mp3thumbnail.png"
		author="Betty Barton"
        author_email="googleGadget+coolgadget@Gotoscience.com"
        author_affiliation="None"
        author_location="Laughlin, NV, USA"
        author_aboutme="Love the chance to become a top gadget developer helping to make igoogle a better place for all. Currently I am a high school science teacher in Arizona looking forward to retirement in a few more years. I write a website called gotoscience and run a blog called got to have gadgets. Please feel free to add comments on my gadgets because I am always looking for ideals to improve them."
        author_photo="http://gotoscience.com/images/betty.jpg"
        author_link="http://gotoscience.com/"
        author_quote="To live is the rarest thing in the world. Most people exist, that is all. Oscar Wilde"
		width="230"
		height="80" >
		 <Require feature="maximize" />
  		<Require feature="settitle" />
  		<Require feature="dynamic-height" />
  		<Require feature="setprefs" />
        </ModulePrefs>
 		<UserPref name="backgroundcolor" display_name="Hexadecimal Color #" datatype="string" default_value="fffffff" /> 
		<UserPref name="playlistURL" display_name="Play List URL:" datatype="string" default_value="http://gotoscience.com/playlist.xml" />
	    <UserPref name="player" display_name="Select Player:" datatype="enum" default_value="10000">
        <EnumValue value="10000" display_value="Silver MP3 Track Player" /> 
        <EnumValue value="20000" display_value="Black MP3 Track Player" /> 
        <EnumValue value="30000" display_value="Pink MP3 Track Player" />	
  </UserPref>

	<Content type="html">
    <![CDATA[
<script>
document.write('<scr' + 'ipt src="' + _IG_GetCachedUrl('http://gotoscience.com/gadgets/MP3-Track-Player/swfobject.js') + '"></scr' + 'ipt>');
</script>
<body>
<center>
<div id="flashcontent">
</div>
<script type="text/javascript">
_IG_RegisterOnloadHandler(init__MODULE_ID__); 
function init__MODULE_ID__(){
    var prefs = new _IG_Prefs(__MODULE_ID__);
    var flashContent = _gel("flashContent");
	var bgcolor = "__UP_backgroundcolor__";
    var so = new SWFObject("http://gotoscience.com/gadgets/MP3-Track-Player/__UP_player__.swf", "player", "100%", "80", "6", "#"+ bgcolor);
	so.addParam("wmode", "opaque");
	so.addVariable("playlist", "__UP_playlistURL__");
	so.addVariable("autostart", "false");
	so.write("flashcontent");
}
</script>
</center>
</body>
	]]>
   </Content>
</Module>