<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Stream your own mp3s with the Google Reader player</title>
	<atom:link href="http://techwhimsy.com/stream-mp3s-with-google-mp3-player/feed" rel="self" type="application/rss+xml" />
	<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player</link>
	<description>Where tech is more than just the breaking news</description>
	<lastBuildDate>Sun, 25 Jul 2010 00:37:30 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shane Perris</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-12486</link>
		<dc:creator>Shane Perris</dc:creator>
		<pubDate>Wed, 28 Apr 2010 21:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-12486</guid>
		<description>Thanks Dennis. I&#039;ll look into it. </description>
		<content:encoded><![CDATA[<p>Thanks Dennis. I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-12485</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 28 Apr 2010 12:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-12485</guid>
		<description>This does not work anymore. http://www.google.com/reader/ui/3247397568-audio-player.swf is not more available.</description>
		<content:encoded><![CDATA[<p>This does not work anymore. <a href="http://www.google.com/reader/ui/3247397568-audio-player.swf" rel="nofollow">http://www.google.com/reader/ui/3247397568-audio-player.swf</a> is not more available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chappuis</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-11848</link>
		<dc:creator>chappuis</dc:creator>
		<pubDate>Sat, 27 Feb 2010 22:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-11848</guid>
		<description>Works using a Google Gadget, under IE 7 IE 8 and FF 3

http://www.liens-du-vin.ch/google-audio_player-script.htm

--

prac

--</description>
		<content:encoded><![CDATA[<p>Works using a Google Gadget, under IE 7 IE 8 and FF 3</p>
<p><a href="http://www.liens-du-vin.ch/google-audio_player-script.htm" rel="nofollow">http://www.liens-du-vin.ch/google-audio_player-script.htm</a></p>
<p>&#8211;</p>
<p>prac</p>
<p>&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Professional Tourist</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-10538</link>
		<dc:creator>Professional Tourist</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-10538</guid>
		<description>I found that just adding a bogus bit of code to the audio file specification, which I found on another site, makes the iframe code work for all browsers Mac and PC. I tested Firefox Mac, Safari Mac, IE 7 (Win), and Firefox Win.

Example (change { } for angle brackets):

{iframe style=&quot;border: 1px solid rgb(170, 170, 170); width:400px; height: 29px;&quot; id=&quot;musicPlayer&quot; src=&quot;http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=[MP3 File Path Here]&amp;play=true&quot;}{/iframe}

It works great on my Blogger site.

Note:  I increased the height from 27px to 29px. This adds an unwanted black line across the top in Firefox and Safari, but improves the display in IE, where at 27px the top edge was cut off making it difficult to read the time stamps. Is there a way to get that line across the top to display in a color other than black?

Note 2: &quot;embed&quot; will work in some browsers as an alternative to &quot;iframe,&quot; but I couldn&#039;t get &quot;embed&quot; to work in all browsers with all audio file paths. The &quot;iframe&quot; code above is the only one that worked every time.</description>
		<content:encoded><![CDATA[<p>I found that just adding a bogus bit of code to the audio file specification, which I found on another site, makes the iframe code work for all browsers Mac and PC. I tested Firefox Mac, Safari Mac, IE 7 (Win), and Firefox Win.</p>
<p>Example (change { } for angle brackets):</p>
<p>{iframe style=&#8221;border: 1px solid rgb(170, 170, 170); width:400px; height: 29px;&#8221; id=&#8221;musicPlayer&#8221; src=&#8221;http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=[MP3 File Path Here]&amp;play=true&#8221;}{/iframe}</p>
<p>It works great on my Blogger site.</p>
<p>Note:  I increased the height from 27px to 29px. This adds an unwanted black line across the top in Firefox and Safari, but improves the display in IE, where at 27px the top edge was cut off making it difficult to read the time stamps. Is there a way to get that line across the top to display in a color other than black?</p>
<p>Note 2: &#8220;embed&#8221; will work in some browsers as an alternative to &#8220;iframe,&#8221; but I couldn&#8217;t get &#8220;embed&#8221; to work in all browsers with all audio file paths. The &#8220;iframe&#8221; code above is the only one that worked every time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-9881</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-9881</guid>
		<description>I would also like it to autoplay.  Anyone found a solution for that yet?</description>
		<content:encoded><![CDATA[<p>I would also like it to autoplay.  Anyone found a solution for that yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-9436</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 04 Sep 2009 22:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-9436</guid>
		<description>about the autostart.. I actually have a legitimate reason to autostart a file... In my page I have alink that opens a popup window for a media file..  when the popup window opens I want to autostart the media.  One of the few times I can agree with autostart.</description>
		<content:encoded><![CDATA[<p>about the autostart.. I actually have a legitimate reason to autostart a file&#8230; In my page I have alink that opens a popup window for a media file..  when the popup window opens I want to autostart the media.  One of the few times I can agree with autostart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Duke</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-9394</link>
		<dc:creator>Nathan Duke</dc:creator>
		<pubDate>Wed, 02 Sep 2009 22:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-9394</guid>
		<description>Here&#039;s a great fix: Don&#039;t use the iframe tag. Just embed the object like this:

</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a great fix: Don&#8217;t use the iframe tag. Just embed the object like this:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Perris</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-9387</link>
		<dc:creator>Shane Perris</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-9387</guid>
		<description>In the end I couldn&#039;t work out why it didn&#039;t work in all browsers.

Considering it&#039;s something of a hack to use Google&#039;s own media player like this, I guess it isn&#039;t too surprising that it&#039;s not a perfect solution.</description>
		<content:encoded><![CDATA[<p>In the end I couldn&#8217;t work out why it didn&#8217;t work in all browsers.</p>
<p>Considering it&#8217;s something of a hack to use Google&#8217;s own media player like this, I guess it isn&#8217;t too surprising that it&#8217;s not a perfect solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-9348</link>
		<dc:creator>Art</dc:creator>
		<pubDate>Mon, 31 Aug 2009 03:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-9348</guid>
		<description>You wrote: &quot;Note, in checking back, I’ve had even more trouble. I have been unable to get this method of embedding Google Reader’s audio player to work in Internet Explorer 7 and FireFox 3. It does work in Chrome, Opera 9.5 and Safari 3).&quot;

Did you find out why it doesn&#039;t work in IE7?</description>
		<content:encoded><![CDATA[<p>You wrote: &#8220;Note, in checking back, I’ve had even more trouble. I have been unable to get this method of embedding Google Reader’s audio player to work in Internet Explorer 7 and FireFox 3. It does work in Chrome, Opera 9.5 and Safari 3).&#8221;</p>
<p>Did you find out why it doesn&#8217;t work in IE7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tapius</title>
		<link>http://techwhimsy.com/stream-mp3s-with-google-mp3-player/comment-page-1#comment-8882</link>
		<dc:creator>Tapius</dc:creator>
		<pubDate>Fri, 07 Aug 2009 20:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://techwhimsy.com/stream-mp3s-with-google-mp3-player#comment-8882</guid>
		<description>I can think of one good reason right now i need auto-start: 
I feed mp3s into links that come from compressed files, the user is presented with lots of audio clips, once one is selected, it is unzipped and then a link to the file  is outputted to the screen, the user is already waiting to hear the selected file, its unnecessary for the user to again click something(play) when the embedded player has already loaded on its own page. there&#039;s only 1 embedded player at a time so its not like files would play over each other.</description>
		<content:encoded><![CDATA[<p>I can think of one good reason right now i need auto-start:<br />
I feed mp3s into links that come from compressed files, the user is presented with lots of audio clips, once one is selected, it is unzipped and then a link to the file  is outputted to the screen, the user is already waiting to hear the selected file, its unnecessary for the user to again click something(play) when the embedded player has already loaded on its own page. there&#8217;s only 1 embedded player at a time so its not like files would play over each other.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
