<?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: Exception Handling in ActionScript 3 for AdBlock Plus	</title>
	<atom:link href="https://jessewarden.com/2007/12/exception-handling-in-actionscript-3-for-adblock-plus.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2007/12/exception-handling-in-actionscript-3-for-adblock-plus.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Sat, 29 Aug 2009 21:23:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Custom URLLoader with timeout. : The Log &#124; Brooklyn, NY		</title>
		<link>https://jessewarden.com/2007/12/exception-handling-in-actionscript-3-for-adblock-plus.html/comment-page-1#comment-193992</link>

		<dc:creator><![CDATA[Custom URLLoader with timeout. : The Log &#124; Brooklyn, NY]]></dc:creator>
		<pubDate>Sat, 29 Aug 2009 21:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/12/exception-handling-in-actionscript-3-for-adblock-plus.html#comment-193992</guid>

					<description><![CDATA[[...] timeout on the call can save you from errors, fail the load, and send the app on it&#8217;s way. Jesse Warden wrote on this a while ago, and his solution coincides with what I&#8217;ve done [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] timeout on the call can save you from errors, fail the load, and send the app on it&#8217;s way. Jesse Warden wrote on this a while ago, and his solution coincides with what I&#8217;ve done [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: andy		</title>
		<link>https://jessewarden.com/2007/12/exception-handling-in-actionscript-3-for-adblock-plus.html/comment-page-1#comment-193729</link>

		<dc:creator><![CDATA[andy]]></dc:creator>
		<pubDate>Fri, 28 Aug 2009 20:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/12/exception-handling-in-actionscript-3-for-adblock-plus.html#comment-193729</guid>

					<description><![CDATA[Try this:
http://code.google.com/p/ahatch/source/browse/trunk/AS3/classes/com/hatch/net/URLLoaderDeluxe.as

Would same try/catch and a timeout be recommended for a Loader class loading the ad SWF?]]></description>
			<content:encoded><![CDATA[<p>Try this:<br />
<a href="http://code.google.com/p/ahatch/source/browse/trunk/AS3/classes/com/hatch/net/URLLoaderDeluxe.as" rel="nofollow ugc">http://code.google.com/p/ahatch/source/browse/trunk/AS3/classes/com/hatch/net/URLLoaderDeluxe.as</a></p>
<p>Would same try/catch and a timeout be recommended for a Loader class loading the ad SWF?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yotam Laufer		</title>
		<link>https://jessewarden.com/2007/12/exception-handling-in-actionscript-3-for-adblock-plus.html/comment-page-1#comment-96447</link>

		<dc:creator><![CDATA[Yotam Laufer]]></dc:creator>
		<pubDate>Sat, 28 Jun 2008 08:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/12/exception-handling-in-actionscript-3-for-adblock-plus.html#comment-96447</guid>

					<description><![CDATA[You can get around the VerifyError by loading swfs with URLLoader and the doing a Loader.loadBytes, you can catch the exception there. BUT! Since this will load code directly into your apps&#039; SecurityDomain you should only use it to load from trusted sources.]]></description>
			<content:encoded><![CDATA[<p>You can get around the VerifyError by loading swfs with URLLoader and the doing a Loader.loadBytes, you can catch the exception there. BUT! Since this will load code directly into your apps&#8217; SecurityDomain you should only use it to load from trusted sources.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
