<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Update Your Flash Player</title>
	<atom:link href="http://blog.stackoverflow.com/2008/05/update-your-flash-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:29:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: FLV Player</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-33876</link>
		<dc:creator>FLV Player</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-33876</guid>
		<description>Unfortunately i came to this page. But i am so interested on this post.</description>
		<content:encoded><![CDATA[<p>Unfortunately i came to this page. But i am so interested on this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-410</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Tue, 20 May 2008 20:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-410</guid>
		<description>I&#039;ll second the Flash player issue with odd sampling rates. At work, we regularly deliver audio in Flash and when we switched to a lower bitrate, we had &quot;chipmunk&quot; sounds.

In our case, it turned out that there are a number of common pro audio editors that will default to non-compatible sampling rates when you get into bitrates &lt; 64 Kbps. So the files that we were getting from the sound engineers were playing funny.

Running them through LAME or Sorenson Squeeze (which is meant for video but will batch encode for MP3, etc.) fixed the problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll second the Flash player issue with odd sampling rates. At work, we regularly deliver audio in Flash and when we switched to a lower bitrate, we had &#8220;chipmunk&#8221; sounds.</p>
<p>In our case, it turned out that there are a number of common pro audio editors that will default to non-compatible sampling rates when you get into bitrates &lt; 64 Kbps. So the files that we were getting from the sound engineers were playing funny.</p>
<p>Running them through LAME or Sorenson Squeeze (which is meant for video but will batch encode for MP3, etc.) fixed the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-409</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 20 May 2008 20:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-409</guid>
		<description>Jeff, take a look at http://blog.deconcept.com/swfobject/ 

It allows you to specify a minimum compatible flash version and handles all of the &quot;update your flash player&quot; stuff for you. Plus you won&#039;t need to make these kind of posts again :D</description>
		<content:encoded><![CDATA[<p>Jeff, take a look at <a href="http://blog.deconcept.com/swfobject/" rel="nofollow">http://blog.deconcept.com/swfobject/</a> </p>
<p>It allows you to specify a minimum compatible flash version and handles all of the &#8220;update your flash player&#8221; stuff for you. Plus you won&#8217;t need to make these kind of posts again :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-406</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 20 May 2008 18:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-406</guid>
		<description>What alto said is on the right path:  I had the chipmunk problem on our family website and thought I had figured out that people who had the problem needed to update their Flash version but then for one machine the latest Flash ver. didn&#039;t fix it either and I found a couple spots online mentioning how you encode/sample could still cause it.  I think the defaults in Audacity gave me the problem.  Don&#039;t remember if this is the page that got me fixed but it looks like it has everything:
&quot;The problem is that Flash Player only supports two sampling rates: 22,050 samples per second, and 44,100 samples per second. And at low bitrates, Audacity likes to create MP3 files with lots of different sampling rates, such as 16,000 or 32,000 samples per second.

So, what&#039;s the solution? Currently the best fix is to convert your audio files to MP3s manually, using the command line version of the LAME MP3 encoder.&quot;

http://www.boutell.com/newfaq/creating/chipmunk.html</description>
		<content:encoded><![CDATA[<p>What alto said is on the right path:  I had the chipmunk problem on our family website and thought I had figured out that people who had the problem needed to update their Flash version but then for one machine the latest Flash ver. didn&#8217;t fix it either and I found a couple spots online mentioning how you encode/sample could still cause it.  I think the defaults in Audacity gave me the problem.  Don&#8217;t remember if this is the page that got me fixed but it looks like it has everything:<br />
&#8220;The problem is that Flash Player only supports two sampling rates: 22,050 samples per second, and 44,100 samples per second. And at low bitrates, Audacity likes to create MP3 files with lots of different sampling rates, such as 16,000 or 32,000 samples per second.</p>
<p>So, what&#8217;s the solution? Currently the best fix is to convert your audio files to MP3s manually, using the command line version of the LAME MP3 encoder.&#8221;</p>
<p><a href="http://www.boutell.com/newfaq/creating/chipmunk.html" rel="nofollow">http://www.boutell.com/newfaq/creating/chipmunk.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Turner</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-404</link>
		<dc:creator>Peter Turner</dc:creator>
		<pubDate>Tue, 20 May 2008 16:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-404</guid>
		<description>You can use the detection kit provided by Adobe to make sure a worthy version is installed. 

http://www.adobe.com/products/flashplayer/download/detection_kit/

It would be really cool if this website became THE place to go for all those hints I look for on Google when trying to program some DOM COM thing.

I might even click on the ads!</description>
		<content:encoded><![CDATA[<p>You can use the detection kit provided by Adobe to make sure a worthy version is installed. </p>
<p><a href="http://www.adobe.com/products/flashplayer/download/detection_kit/" rel="nofollow">http://www.adobe.com/products/flashplayer/download/detection_kit/</a></p>
<p>It would be really cool if this website became THE place to go for all those hints I look for on Google when trying to program some DOM COM thing.</p>
<p>I might even click on the ads!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Atwood</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-400</link>
		<dc:creator>Jeff Atwood</dc:creator>
		<pubDate>Tue, 20 May 2008 07:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-400</guid>
		<description>Weird, looks fine in Firefox 3.0 RC1 on Windows, and it looked fine in beta 5 as well.</description>
		<content:encoded><![CDATA[<p>Weird, looks fine in Firefox 3.0 RC1 on Windows, and it looked fine in beta 5 as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mg</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-399</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Mon, 19 May 2008 22:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-399</guid>
		<description>This is the wrong place to say this, but your blog&#039;s layout is broken in Firefox 3.0 beta on OSX 10.5.2.

The sidebar doesn&#039;t have enough room and it&#039;s at the bottom of the page.</description>
		<content:encoded><![CDATA[<p>This is the wrong place to say this, but your blog&#8217;s layout is broken in Firefox 3.0 beta on OSX 10.5.2.</p>
<p>The sidebar doesn&#8217;t have enough room and it&#8217;s at the bottom of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-398</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 19 May 2008 21:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-398</guid>
		<description>9 critical security vulnerabilities, isn&#039;t that more than Vista had all year in 2007?</description>
		<content:encoded><![CDATA[<p>9 critical security vulnerabilities, isn&#8217;t that more than Vista had all year in 2007?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Morgan</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-395</link>
		<dc:creator>Matthew Morgan</dc:creator>
		<pubDate>Mon, 19 May 2008 12:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-395</guid>
		<description>In response to Andreas Nilsson:

Search google for the Adobe Open Screen Project, or just read this article.

http://www.highlander.co.uk/adobe-open-screen-project-open-specifications-and-open-technology-help-expand-flash-player-reach</description>
		<content:encoded><![CDATA[<p>In response to Andreas Nilsson:</p>
<p>Search google for the Adobe Open Screen Project, or just read this article.</p>
<p><a href="http://www.highlander.co.uk/adobe-open-screen-project-open-specifications-and-open-technology-help-expand-flash-player-reach" rel="nofollow">http://www.highlander.co.uk/adobe-open-screen-project-open-specifications-and-open-technology-help-expand-flash-player-reach</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Sheneman</title>
		<link>http://blog.stackoverflow.com/2008/05/update-your-flash-player/#comment-394</link>
		<dc:creator>Jason Sheneman</dc:creator>
		<pubDate>Mon, 19 May 2008 11:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=42#comment-394</guid>
		<description>I haven&#039;t updated in a while due to several issues.  For me the chipmunk audio in RSS feeds started with 9.0.48 (47 does not exhibit this problem).  Also starting with version 48 all flash video would freeze after 3 seconds in firefox (well documented problem on Mozilla and Adobe&#039;s boards).  I will try the latest and see if the bugs are fixed.  If not it&#039;s back to oldapps. com and grabbing 47 again.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t updated in a while due to several issues.  For me the chipmunk audio in RSS feeds started with 9.0.48 (47 does not exhibit this problem).  Also starting with version 48 all flash video would freeze after 3 seconds in firefox (well documented problem on Mozilla and Adobe&#8217;s boards).  I will try the latest and see if the bugs are fixed.  If not it&#8217;s back to oldapps. com and grabbing 47 again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
