<?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: __flash__removeCallback problem on IE6</title>
	<atom:link href="/2009/06/24/__flash_removecallback-problem-on-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>/2009/06/24/__flash_removecallback-problem-on-ie6/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Alfonso</title>
		<link>/2009/06/24/__flash_removecallback-problem-on-ie6/comment-page-1/#comment-14275</link>
		<dc:creator><![CDATA[Alfonso]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 22:28:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=631#comment-14275</guid>
		<description><![CDATA[Thanks! You really helped me to fix this issue on my site!
For those who use html5 and use object as a fallback for non-html5 browsers, you can just call the object directly by using this
&lt;pre lang=&quot;javascript&quot;&gt;
$(window).unload(function() {
	$(&#039;object&#039;).remove();
});
&lt;/pre&gt;
I&#039;m using jQuery obviously.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks! You really helped me to fix this issue on my site!<br />
For those who use html5 and use object as a fallback for non-html5 browsers, you can just call the object directly by using this</p>
<pre lang="javascript">
$(window).unload(function() {
	$('object').remove();
});
</pre>
<p>I&#8217;m using jQuery obviously.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>/2009/06/24/__flash_removecallback-problem-on-ie6/comment-page-1/#comment-12306</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 07 Jan 2010 21:19:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=631#comment-12306</guid>
		<description><![CDATA[Thanks, it works!!]]></description>
		<content:encoded><![CDATA[<p>Thanks, it works!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>/2009/06/24/__flash_removecallback-problem-on-ie6/comment-page-1/#comment-4886</link>
		<dc:creator><![CDATA[Lucas]]></dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:55:14 +0000</pubDate>
		<guid isPermaLink="false">/?p=631#comment-4886</guid>
		<description><![CDATA[Thanks! this is just what I needed.]]></description>
		<content:encoded><![CDATA[<p>Thanks! this is just what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salvin francis</title>
		<link>/2009/06/24/__flash_removecallback-problem-on-ie6/comment-page-1/#comment-4862</link>
		<dc:creator><![CDATA[salvin francis]]></dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:17:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=631#comment-4862</guid>
		<description><![CDATA[We are using a Gwt project containing a flash file,
This is in an iframe.
When a window is closed, the event is tracked and the code works fine,

however, there is a situation when we call an element&#039;s &quot;clear()&quot; method.
This throws the famous line 52 error.

Is there any logic that lets me know that a flash file has completely loaded so that i can overide the 
&quot;__flash__removeCallback&quot; method instead of waiting for window.onunload ??]]></description>
		<content:encoded><![CDATA[<p>We are using a Gwt project containing a flash file,<br />
This is in an iframe.<br />
When a window is closed, the event is tracked and the code works fine,</p>
<p>however, there is a situation when we call an element&#8217;s &#8220;clear()&#8221; method.<br />
This throws the famous line 52 error.</p>
<p>Is there any logic that lets me know that a flash file has completely loaded so that i can overide the<br />
&#8220;__flash__removeCallback&#8221; method instead of waiting for window.onunload ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
