<?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: Stop flash from covering HTML content</title>
	<atom:link href="http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/</link>
	<description>a blog about building stuff on the web</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:05:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bernardo</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-1157</link>
		<dc:creator>Bernardo</dc:creator>
		<pubDate>Thu, 29 Jul 2010 18:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-1157</guid>
		<description>Hy, in Ie8 it&#039;s not working well. Any ideas? </description>
		<content:encoded><![CDATA[<p>Hy, in Ie8 it&#039;s not working well. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-1102</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Thu, 08 Jul 2010 22:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-1102</guid>
		<description>sure.  glad it was helpful.  i&#039;ve updated my post w/ your fix. </description>
		<content:encoded><![CDATA[<p>sure.  glad it was helpful.  i&#039;ve updated my post w/ your fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Medvinsky</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-1101</link>
		<dc:creator>Dmitry Medvinsky</dc:creator>
		<pubDate>Thu, 08 Jul 2010 21:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-1101</guid>
		<description>Btw, thanks for the post. :) </description>
		<content:encoded><![CDATA[<p>Btw, thanks for the post. <img src='http://www.onlineaspect.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-1100</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Thu, 08 Jul 2010 21:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-1100</guid>
		<description>you&#039;re right.  good catch.  i was looking at the wrong line.  i&#039;ll fix it now. </description>
		<content:encoded><![CDATA[<p>you&#039;re right.  good catch.  i was looking at the wrong line.  i&#039;ll fix it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Medvinsky</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-1099</link>
		<dc:creator>Dmitry Medvinsky</dc:creator>
		<pubDate>Thu, 08 Jul 2010 21:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-1099</guid>
		<description>Line 47 is the line inside the for loop (for(j=0; j&lt;children.length; j++) this one). 
 
new_object is definitely defined (sorry the the tautology) in the line 39 or 42, in the if/else block (at least one branch of it gets executed, since there is an else statement). :) 
 
So the assignment in the line 47 kills all the effort of adding [param name=&quot;wmode&quot; value=&quot;opaque&quot;] stuff in the object. </description>
		<content:encoded><![CDATA[<p>Line 47 is the line inside the for loop (for(j=0; j&lt;children.length; j++) this one). </p>
<p>new_object is definitely defined (sorry the the tautology) in the line 39 or 42, in the if/else block (at least one branch of it gets executed, since there is an else statement). <img src='http://www.onlineaspect.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>So the assignment in the line 47 kills all the effort of adding [param name=&quot;wmode&quot; value=&quot;opaque&quot;] stuff in the object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-1098</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Thu, 08 Jul 2010 17:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-1098</guid>
		<description>you sure?  it&#039;s been a while since i wrote this, but looking at it again, it doesn&#039;t look like new_object is defined as anything until after that line.  i don&#039;t think you want to do a replace on an empty object. </description>
		<content:encoded><![CDATA[<p>you sure?  it&#039;s been a while since i wrote this, but looking at it again, it doesn&#039;t look like new_object is defined as anything until after that line.  i don&#039;t think you want to do a replace on an empty object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Medvinsky</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-1097</link>
		<dc:creator>Dmitry Medvinsky</dc:creator>
		<pubDate>Thu, 08 Jul 2010 17:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-1097</guid>
		<description>I might be a bit late in here, but in the line 47 there should be 
 
    new_object = new_object.replace... 
 
instead of 
 
    new_object = html.replace... </description>
		<content:encoded><![CDATA[<p>I might be a bit late in here, but in the line 47 there should be </p>
<p>    new_object = new_object.replace&#8230; </p>
<p>instead of </p>
<p>    new_object = html.replace&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-941</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Mon, 24 May 2010 17:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-941</guid>
		<description>Jos&#233; Nobile has been quite responsive to bug reports.  You may want to include him and see if he has any thoughts as well. </description>
		<content:encoded><![CDATA[<p>Jos&eacute; Nobile has been quite responsive to bug reports.  You may want to include him and see if he has any thoughts as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick lankester</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-939</link>
		<dc:creator>nick lankester</dc:creator>
		<pubDate>Mon, 24 May 2010 17:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-939</guid>
		<description>I also have played with all the scripts on this page..  
The code in the post that is from Jos&#233; Nobile  (5 posts before this one) works on my page in Firefox but not in IE8... 
No change is registered to the embedded flash movie&#039;s wmode parameter...  
 
anyone got this to work in IE7/8? 
 
I can post a link to the page I&#039;m working on if anyone wishes to explore why it isn&#039;t working. 
 
cheers </description>
		<content:encoded><![CDATA[<p>I also have played with all the scripts on this page..<br />
The code in the post that is from Jos&eacute; Nobile  (5 posts before this one) works on my page in Firefox but not in IE8&#8230;<br />
No change is registered to the embedded flash movie&#39;s wmode parameter&#8230;  </p>
<p>anyone got this to work in IE7/8? </p>
<p>I can post a link to the page I&#39;m working on if anyone wishes to explore why it isn&#39;t working. </p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomo</title>
		<link>http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/comment-page-1/#comment-863</link>
		<dc:creator>Shlomo</dc:creator>
		<pubDate>Fri, 19 Feb 2010 14:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlineaspect.com/?p=408#comment-863</guid>
		<description>You&#039;re amazing. 
I spent days trying this in DOM, and was only successful with the embed tag (Firefox, etc) and not the object tags (Internet Explorer).  Don&#039;t know why.  You&#039;re way of just replacing the html works even for Internet Explorer. 
 
Thanks, 
Shlomo </description>
		<content:encoded><![CDATA[<p>You&#039;re amazing.<br />
I spent days trying this in DOM, and was only successful with the embed tag (Firefox, etc) and not the object tags (Internet Explorer).  Don&#039;t know why.  You&#039;re way of just replacing the html works even for Internet Explorer. </p>
<p>Thanks,<br />
Shlomo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
