<?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: SWFObject, IE and Dynamic Content (a problem)</title>
	<atom:link href="http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/</link>
	<description>Floating my Boat</description>
	<lastBuildDate>Wed, 21 Jul 2010 19:51:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bretto</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-5373</link>
		<dc:creator>bretto</dc:creator>
		<pubDate>Wed, 21 Jul 2010 19:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-5373</guid>
		<description>A better method of fixing this (if you don&#039;t have access to the swfobject.js file) is you dynamically create a set of nested divs and tell swfobject to replace the inner one.</description>
		<content:encoded><![CDATA[<p>A better method of fixing this (if you don&#8217;t have access to the swfobject.js file) is you dynamically create a set of nested divs and tell swfobject to replace the inner one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattb</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-5007</link>
		<dc:creator>mattb</dc:creator>
		<pubDate>Thu, 06 May 2010 01:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-5007</guid>
		<description>HTML isn&#039;t working here... here&#039;s a pastebin of my fix: http://pastebin.com/V0hP5Ywj</description>
		<content:encoded><![CDATA[<p>HTML isn&#8217;t working here&#8230; here&#8217;s a pastebin of my fix: <a href="http://pastebin.com/V0hP5Ywj" rel="nofollow">http://pastebin.com/V0hP5Ywj</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattb</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-5006</link>
		<dc:creator>mattb</dc:creator>
		<pubDate>Thu, 06 May 2010 01:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-5006</guid>
		<description>I had this problem with swfobject.js 2.2, and fixed it by doing the following.

Changed this:

aa.outerHTML=&#039;&quot;+af+&quot;&quot;;

to this:

$(aa).replaceWith(&#039;&quot;+af+&quot;&quot;);</description>
		<content:encoded><![CDATA[<p>I had this problem with swfobject.js 2.2, and fixed it by doing the following.</p>
<p>Changed this:</p>
<p>aa.outerHTML=&#8217;&#8221;+af+&#8221;";</p>
<p>to this:</p>
<p>$(aa).replaceWith(&#8216;&#8221;+af+&#8221;");</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-4200</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-4200</guid>
		<description>same problem

//el.outerHTML = &#039;&#039; + par + &#039;&#039;;
				$(el).replaceWith(&#039;&#039; + par + &#039;&#039;);

problem still present

SWFOBJECt dont load on IE8 (no error message but flash not loading)</description>
		<content:encoded><![CDATA[<p>same problem</p>
<p>//el.outerHTML = &#8221; + par + &#8221;;<br />
				$(el).replaceWith(&#8221; + par + &#8221;);</p>
<p>problem still present</p>
<p>SWFOBJECt dont load on IE8 (no error message but flash not loading)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tri Vuong</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-3997</link>
		<dc:creator>Tri Vuong</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-3997</guid>
		<description>I&#039;m using swfobject 2.2 and I have the same problem. I tried to apply the fix that you guys are talking about there which is 

Replace this line 

//el.outerHTML = &#039;&#039; + par + &#039;&#039;;

with this line
				jQuery(el).replaceWith(&#039;&#039; + par + &#039;&#039;);

However, it still not working for me. Any suggestion?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using swfobject 2.2 and I have the same problem. I tried to apply the fix that you guys are talking about there which is </p>
<p>Replace this line </p>
<p>//el.outerHTML = &#8221; + par + &#8221;;</p>
<p>with this line<br />
				jQuery(el).replaceWith(&#8221; + par + &#8221;);</p>
<p>However, it still not working for me. Any suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graeme</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-3716</link>
		<dc:creator>Graeme</dc:creator>
		<pubDate>Sun, 24 Jan 2010 07:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-3716</guid>
		<description>Thanks, your solution worked for me 

Comment out line 436 and put in a new line after with 

$(el).replaceWith(&#039;&#039; + par + &#039;&#039;);

Was getting error in IE only and now I don&#039;t 

Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks, your solution worked for me </p>
<p>Comment out line 436 and put in a new line after with </p>
<p>$(el).replaceWith(&#8221; + par + &#8221;);</p>
<p>Was getting error in IE only and now I don&#8217;t </p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Woolie</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-2966</link>
		<dc:creator>Woolie</dc:creator>
		<pubDate>Thu, 03 Dec 2009 01:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-2966</guid>
		<description>I looked and (thankfully) still have the uncompressed version sitting here locally. It has the following line commented out:

$j(el).replaceWith(&#039;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;&#039; + att + &#039;&gt;&#039; + par + &#039;&lt;/object&gt;&#039;);

Try adding the &#039;j&#039; (i.e. &lt;b&gt;$j&lt;/b&gt; instead of &lt;b&gt;$&lt;/b&gt;)

Also, the line number at which I have that is 436 and the version of the file is 2.2.  So unless you have a newer version it seems like line 425 might not be the right spot.  

Other than those two things, I&#039;m not sure why it wouldn&#039;t work.</description>
		<content:encoded><![CDATA[<p>I looked and (thankfully) still have the uncompressed version sitting here locally. It has the following line commented out:</p>
<p>$j(el).replaceWith(&#8216;&lt;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243;&#8216; + att + &#8216;&gt;&#8217; + par + &#8216;&lt;/object&gt;&#8217;);</p>
<p>Try adding the &#8216;j&#8217; (i.e. <b>$j</b> instead of <b>$</b>)</p>
<p>Also, the line number at which I have that is 436 and the version of the file is 2.2.  So unless you have a newer version it seems like line 425 might not be the right spot.  </p>
<p>Other than those two things, I&#8217;m not sure why it wouldn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbiggs</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-2964</link>
		<dc:creator>rbiggs</dc:creator>
		<pubDate>Thu, 03 Dec 2009 00:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-2964</guid>
		<description>Hey!  I found the non-min version, replaced that line as you recommended and it did not work.  What might i have done wrong?</description>
		<content:encoded><![CDATA[<p>Hey!  I found the non-min version, replaced that line as you recommended and it did not work.  What might i have done wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbiggs</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-2962</link>
		<dc:creator>rbiggs</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-2962</guid>
		<description>(dang!  I was hoping this blog software would simply render the HTML as text rather than strip it out.  What I had written with the jquery replacement line was:

$(el).replaceWith(&quot;[everything that you had for el.outerHTML]&quot;), ... line 425.)

Where can I find an uncompiled (non-min) version of the latest swfobject.js?

Thanks! (ron: ron_biggs@msn.com)</description>
		<content:encoded><![CDATA[<p>(dang!  I was hoping this blog software would simply render the HTML as text rather than strip it out.  What I had written with the jquery replacement line was:</p>
<p>$(el).replaceWith(&#8220;[everything that you had for el.outerHTML]&#8220;), &#8230; line 425.)</p>
<p>Where can I find an uncompiled (non-min) version of the latest swfobject.js?</p>
<p>Thanks! (ron: <a href="mailto:ron_biggs@msn.com">ron_biggs@msn.com</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbiggs</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-2961</link>
		<dc:creator>rbiggs</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-2961</guid>
		<description>This really is awesome ... and somewhat surprising that a new version of swfobject.js doesn&#039;t take this problem into account.

One question: what would the new and improved (replaced) line look like?  I&#039;m guessing something like:

$(el).replaceWith(&#039;&#039; + par + &#039;&#039;);</description>
		<content:encoded><![CDATA[<p>This really is awesome &#8230; and somewhat surprising that a new version of swfobject.js doesn&#8217;t take this problem into account.</p>
<p>One question: what would the new and improved (replaced) line look like?  I&#8217;m guessing something like:</p>
<p>$(el).replaceWith(&#8221; + par + &#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nwrman</title>
		<link>http://www.wooliet.com/2009/07/22/swfobject-ie-and-dynamic-content-a-problem/comment-page-1/#comment-2931</link>
		<dc:creator>nwrman</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wooliet.com/?p=388#comment-2931</guid>
		<description>Awesome!, this article lead me to a solution for my problem.

Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome!, this article lead me to a solution for my problem.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
