<?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"
	>
<channel>
	<title>Comments on: SWX instance: how to set a fault handler</title>
	<atom:link href="http://swxformat.org/101/feed" rel="self" type="application/rss+xml" />
	<link>http://swxformat.org/101</link>
	<description>SWX is the native data format for Adobe Flash. This blog is about all things SWX, SWX RPC, SWX PHP and the SWX APIs (Flickr, Twitter, etc.)</description>
	<pubDate>Fri, 29 Aug 2008 05:53:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Aral Balkan</title>
		<link>http://swxformat.org/101#comment-2382</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Tue, 11 Dec 2007 06:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/101#comment-2382</guid>
		<description>Hi guys, 

I am going to look into this. Thanks for reporting it.</description>
		<content:encoded><![CDATA[<p>Hi guys, </p>
<p>I am going to look into this. Thanks for reporting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Royle</title>
		<link>http://swxformat.org/101#comment-2379</link>
		<dc:creator>Adam Royle</dc:creator>
		<pubDate>Tue, 11 Dec 2007 02:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/101#comment-2379</guid>
		<description>I just discovered this too - seems like a bug to me, since calling this code trace()'s the following error:

Warning: Cannot cancel loading clip since it has already loaded: http://blah/php/swx.php</description>
		<content:encoded><![CDATA[<p>I just discovered this too - seems like a bug to me, since calling this code trace()&#8217;s the following error:</p>
<p>Warning: Cannot cancel loading clip since it has already loaded: <a href="http://blah/php/swx.php" rel="nofollow">http://blah/php/swx.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://swxformat.org/101#comment-2052</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Thu, 01 Nov 2007 21:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/101#comment-2052</guid>
		<description>If you cannot send a new SWX call after a failed call, here is the solution:


function faultHandler(event:Object)
{
	trace (event.fault.message);
	
	// cancel all calls
	swx.cancelAllCalls();

}


It took my a really long time to figure that there is a function called cancelAllCalls() :) Before, my application just didn't do anything after a failed call.</description>
		<content:encoded><![CDATA[<p>If you cannot send a new SWX call after a failed call, here is the solution:</p>
<p>function faultHandler(event:Object)<br />
{<br />
	trace (event.fault.message);</p>
<p>	// cancel all calls<br />
	swx.cancelAllCalls();</p>
<p>}</p>
<p>It took my a really long time to figure that there is a function called cancelAllCalls() <img src='http://swxformat.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Before, my application just didn&#8217;t do anything after a failed call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://swxformat.org/101#comment-1926</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 19 Oct 2007 08:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://swxformat.org/101#comment-1926</guid>
		<description>Hey Aral, i was just getting into SWX, and wanted to know how the progress handler works when you make a call, what parameters if recieves exactly. Thanks! SWX rocks</description>
		<content:encoded><![CDATA[<p>Hey Aral, i was just getting into SWX, and wanted to know how the progress handler works when you make a call, what parameters if recieves exactly. Thanks! SWX rocks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
