<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs title="Podcast Feed Player"
		title_url="http://www.google.com/ig/authors?author=googleGadget%2Bcoolgadget%40Gotoscience.com"
		description="A podcast player in Flash technology that lets you listen to your favorite audio podcast feed. Player will update selected feed and display the newest podcast first. Many popular sites offer a wide range of music, programs, books, and highlights that are available as podcasts. Use the edit menu to enter the URL of the podcast feed. Supported audio format mp3."
		category="Tools"
		screenshot="http://gotoscience.com/gadgets/PodCastPlayer/screenshot.png"
		thumbnail="http://gotoscience.com/gadgets/PodCastPlayer/thumbnail.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="Podcast Feed URL:" datatype="string" default_value="http://www.democracynow.org/podcast.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/PodCastPlayer/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/PodCastPlayer/__UP_player__.swf", "player", "100%", "80", "6", "#"+ bgcolor);
	so.addParam("wmode", "opaque");
	so.addVariable("playlist", "http://gotoscience.com/gadgets/podcast/podcast?feed=__UP_playlistURL__");
	so.addVariable("autostart", "false");
	so.write("flashcontent");
}
</script>
</center>
</body>
	]]>
	</Content>
</Module>