<?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: Global error handling with Flash Player 10.1</title>
	<atom:link href="http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/</link>
	<description></description>
	<lastBuildDate>Wed, 09 May 2012 13:29:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: antonio brandao</title>
		<link>http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/#comment-108</link>
		<dc:creator>antonio brandao</dc:creator>
		<pubDate>Tue, 28 Dec 2010 15:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=303#comment-108</guid>
		<description>Error #1014: Class flash.events::UncaughtErrorEvent could not be found.

versions:
- Adobe AIR 2.0.2 SDK
- Flex SDK 4.1
- Flash Player 10, or 10.1

using Flashdevelop, compiling without IDE</description>
		<content:encoded><![CDATA[<p>Error #1014: Class flash.events::UncaughtErrorEvent could not be found.</p>
<p>versions:<br />
- Adobe AIR 2.0.2 SDK<br />
- Flex SDK 4.1<br />
- Flash Player 10, or 10.1</p>
<p>using Flashdevelop, compiling without IDE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guya</title>
		<link>http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/#comment-107</link>
		<dc:creator>guya</dc:creator>
		<pubDate>Mon, 13 Sep 2010 09:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=303#comment-107</guid>
		<description>Eyal,

I&#039;ve managed to make it work on Flex 3.x without using RSL, trying to figure how to make it work with RSL

http://blog.guya.net/2010/09/13/flash-player-10-1-global-error-handling-examples-and-the-flex-3-x-issue/</description>
		<content:encoded><![CDATA[<p>Eyal,</p>
<p>I&#8217;ve managed to make it work on Flex 3.x without using RSL, trying to figure how to make it work with RSL</p>
<p><a href="http://blog.guya.net/2010/09/13/flash-player-10-1-global-error-handling-examples-and-the-flex-3-x-issue/" rel="nofollow">http://blog.guya.net/2010/09/13/flash-player-10-1-global-error-handling-examples-and-the-flex-3-x-issue/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flassari</title>
		<link>http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/#comment-106</link>
		<dc:creator>Flassari</dc:creator>
		<pubDate>Sun, 12 Sep 2010 15:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=303#comment-106</guid>
		<description>You might have to target Flash Player 10.1 in the compiler settings, even though you&#039;re using an older Flex SDK.</description>
		<content:encoded><![CDATA[<p>You might have to target Flash Player 10.1 in the compiler settings, even though you&#8217;re using an older Flex SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eyal</title>
		<link>http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/#comment-105</link>
		<dc:creator>Eyal</dc:creator>
		<pubDate>Sun, 12 Sep 2010 14:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=303#comment-105</guid>
		<description>Thanks for the post.
I tried several methods but I couldn&#039;t get the GEH to work with Flex SDK 3.x (even when I compile it with 10.1). It only works when I use SDK 4.1 and set the compiler to 10.1.

I opened a JIRA bug:
http://bugs.adobe.com/jira/browse/FP-5349

And the response was that this is a SDK 4 feature. Is this true? Do I have to upgrade to Flex 4.1 to use the GEH?</description>
		<content:encoded><![CDATA[<p>Thanks for the post.<br />
I tried several methods but I couldn&#8217;t get the GEH to work with Flex SDK 3.x (even when I compile it with 10.1). It only works when I use SDK 4.1 and set the compiler to 10.1.</p>
<p>I opened a JIRA bug:<br />
<a href="http://bugs.adobe.com/jira/browse/FP-5349" rel="nofollow">http://bugs.adobe.com/jira/browse/FP-5349</a></p>
<p>And the response was that this is a SDK 4 feature. Is this true? Do I have to upgrade to Flex 4.1 to use the GEH?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/#comment-104</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 26 Jul 2010 09:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=303#comment-104</guid>
		<description>Thanks for the post.

We&#039;re trying unsuccessfully to get global exception handling to work with 10.1 AND not force the user to upgrade from flash player 9.

1. we have a hello world app which when you click a button throws an exception
2. we have declared the event listener using the following:
 if (loaderInfo.hasOwnProperty(&quot;uncaughtErrorEvents&quot;))
                IEventDispatcher(loaderInfo[&quot;uncaughtErrorEvents&quot;]).addEventListener(&quot;uncaughtError&quot;, uncaughtErrorHandler);


If we target the compiler to flash player 9.0.124 - then when running with 10.1 - no listener ever gets added

If we target the compiler to flash player 10.x - then we get the error event but any 9.0.124 user must upgrade to 10

Do you know what we&#039;re doing wrong? I don&#039;t understand why you&#039;d need to do step 2 (your method 1) above if it couldn&#039;t be backwards compatible. Is it backwards compatible to 10.0 only? not 9.x?</description>
		<content:encoded><![CDATA[<p>Thanks for the post.</p>
<p>We&#8217;re trying unsuccessfully to get global exception handling to work with 10.1 AND not force the user to upgrade from flash player 9.</p>
<p>1. we have a hello world app which when you click a button throws an exception<br />
2. we have declared the event listener using the following:<br />
 if (loaderInfo.hasOwnProperty(&#8220;uncaughtErrorEvents&#8221;))<br />
                IEventDispatcher(loaderInfo["uncaughtErrorEvents"]).addEventListener(&#8220;uncaughtError&#8221;, uncaughtErrorHandler);</p>
<p>If we target the compiler to flash player 9.0.124 - then when running with 10.1 - no listener ever gets added</p>
<p>If we target the compiler to flash player 10.x - then we get the error event but any 9.0.124 user must upgrade to 10</p>
<p>Do you know what we&#8217;re doing wrong? I don&#8217;t understand why you&#8217;d need to do step 2 (your method 1) above if it couldn&#8217;t be backwards compatible. Is it backwards compatible to 10.0 only? not 9.x?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flassari</title>
		<link>http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/#comment-103</link>
		<dc:creator>Flassari</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=303#comment-103</guid>
		<description>Thanks, I&#039;ve updated the post to include the Flex 4.1 SDK. Much simpler =)
Too bad about the existing project thing..</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve updated the post to include the Flex 4.1 SDK. Much simpler =)<br />
Too bad about the existing project thing..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Mitchell</title>
		<link>http://flassari.is/2010/06/global-error-handling-with-flash-player-10-1/#comment-102</link>
		<dc:creator>Dan Mitchell</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=303#comment-102</guid>
		<description>First, thanks for the post; second, I&#039;ve spent the morning wrestling with this stuff, and can add a couple of extra notes:

1. If you install SDK 4.1, that now points at Flash 10.1 / Air 2.0, so adding the &quot;correct&quot; code above to a new Flash Builder 4 project compiles and runs properly.

2. However, it&#039;s not trivial to add GEH to an existing project -- anything that starts off with (say) 

&lt;mx:WindowedApplication 
	xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;

 won&#039;t work, because the 2006 in the namespace there winds up with uncaughtErrorEvents not existing (using either code sample), even when using the 10.1 runtime. Switching to the new namespace means a significant porting effort to handle all the changes;  blocks live somewhere else, WindowedApplication has different attributes, etc, etc.</description>
		<content:encoded><![CDATA[<p>First, thanks for the post; second, I&#8217;ve spent the morning wrestling with this stuff, and can add a couple of extra notes:</p>
<p>1. If you install SDK 4.1, that now points at Flash 10.1 / Air 2.0, so adding the &#8220;correct&#8221; code above to a new Flash Builder 4 project compiles and runs properly.</p>
<p>2. However, it&#8217;s not trivial to add GEH to an existing project -- anything that starts off with (say) </p>
<p>&lt;mx:WindowedApplication<br />
	xmlns:mx=&quot;<a href="http://www.adobe.com/2006/mxml&#038;quot" rel="nofollow">http://www.adobe.com/2006/mxml&#038;quot</a>;</p>
<p> won&#039;t work, because the 2006 in the namespace there winds up with uncaughtErrorEvents not existing (using either code sample), even when using the 10.1 runtime. Switching to the new namespace means a significant porting effort to handle all the changes;  blocks live somewhere else, WindowedApplication has different attributes, etc, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

