<?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: Open Flash Charts</title>
	<atom:link href="http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/</link>
	<description>Somewhat damaged. . .</description>
	<lastBuildDate>Tue, 19 Jan 2010 19:52:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: the-di-lab</title>
		<link>http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/comment-page-1/#comment-316</link>
		<dc:creator>the-di-lab</dc:creator>
		<pubDate>Sun, 08 Feb 2009 03:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/#comment-316</guid>
		<description>I found a bug in IE 7 in in your demo. 
My fix is to replace findSWF function with


function findSWF(movieName) {
  if (navigator.appName.indexOf(&quot;Microsoft&quot;)!= -1) {
    //return window[&quot;ie_&quot; + movieName];
    return document.getElementById(&#039;ie_&#039;+movieName);
  } else {
    //return document[movieName];
    return document.getElementById(movieName);
  }
}</description>
		<content:encoded><![CDATA[<p>I found a bug in IE 7 in in your demo.<br />
My fix is to replace findSWF function with</p>
<p>function findSWF(movieName) {<br />
  if (navigator.appName.indexOf(&#8220;Microsoft&#8221;)!= -1) {<br />
    //return window["ie_" + movieName];<br />
    return document.getElementById(&#8216;ie_&#8217;+movieName);<br />
  } else {<br />
    //return document[movieName];<br />
    return document.getElementById(movieName);<br />
  }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
