<?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 for Carlo Alducente&#039;s Blog</title>
	<atom:link href="http://labs.alducente.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.alducente.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 00:43:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on gofr: AS3 Web Service by silverfox</title>
		<link>http://labs.alducente.com/gophr/comment-page-2/#comment-19900</link>
		<dc:creator>silverfox</dc:creator>
		<pubDate>Sun, 18 Dec 2011 00:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?page_id=13#comment-19900</guid>
		<description>it is possible to send data?

I want to send me a SOAP server and returns another SOAP, XML is that I will send 20mb, is this possible?</description>
		<content:encoded><![CDATA[<p>it is possible to send data?</p>
<p>I want to send me a SOAP server and returns another SOAP, XML is that I will send 20mb, is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Motion Areas in Flash Motion Detection by ajay</title>
		<link>http://labs.alducente.com/2010/12/29/multiple-motion-areas-in-flash-motion-detection/comment-page-1/#comment-19836</link>
		<dc:creator>ajay</dc:creator>
		<pubDate>Sun, 11 Dec 2011 04:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=226#comment-19836</guid>
		<description>hi this is really awsome work..I really need a help of urs...its a request to u...I need a flash file same like this I mean...I need a simple webcam interactive..like if our hand go to a button it should go to nextframe..plz only one tht. file...with webcam...when camera is on and when we move our hand near a button it should change its color and  it should go to next frame...its for my school project ...hope u can do this easily...</description>
		<content:encoded><![CDATA[<p>hi this is really awsome work..I really need a help of urs&#8230;its a request to u&#8230;I need a flash file same like this I mean&#8230;I need a simple webcam interactive..like if our hand go to a button it should go to nextframe..plz only one tht. file&#8230;with webcam&#8230;when camera is on and when we move our hand near a button it should change its color and  it should go to next frame&#8230;its for my school project &#8230;hope u can do this easily&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3:Namespace Remover by Andy C</title>
		<link>http://labs.alducente.com/2008/03/12/as3namespace-remover/comment-page-1/#comment-19677</link>
		<dc:creator>Andy C</dc:creator>
		<pubDate>Mon, 21 Nov 2011 13:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=22#comment-19677</guid>
		<description>Thanks for your work, but could you clarify it a little more? I tried dropping in your amended code above, but the best I could get was the child nodes without the XML tags (just the values).</description>
		<content:encoded><![CDATA[<p>Thanks for your work, but could you clarify it a little more? I tried dropping in your amended code above, but the best I could get was the child nodes without the XML tags (just the values).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gofr: AS3 Web Service by woozer</title>
		<link>http://labs.alducente.com/gophr/comment-page-2/#comment-19314</link>
		<dc:creator>woozer</dc:creator>
		<pubDate>Thu, 06 Oct 2011 15:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?page_id=13#comment-19314</guid>
		<description>Hi there, 

I&#039;m seeking for a good soap service and your&#039;s seems to be very clean and easy to use. Now i have to connect to a service and the wsdl file is loading perfectly. But there is also a XSD file who is describing the methods and i&#039;m not sure your library supports external XSD files. Can u please confirm this. 

Thank you so much!</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>I&#8217;m seeking for a good soap service and your&#8217;s seems to be very clean and easy to use. Now i have to connect to a service and the wsdl file is loading perfectly. But there is also a XSD file who is describing the methods and i&#8217;m not sure your library supports external XSD files. Can u please confirm this. </p>
<p>Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gofr: AS3 Web Service by Alejandro</title>
		<link>http://labs.alducente.com/gophr/comment-page-2/#comment-19227</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Tue, 27 Sep 2011 13:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?page_id=13#comment-19227</guid>
		<description>Hi. Great job. 
I need oyur help. When the site thath host webservice is down, or not internet connection, tha call throw an error in getWSDL method in WSDL class.

I try t catch them, with this code block in WebService connect method:

public function connect(wsdl:String):void{
   try {
      __wsdl = new WSDL(wsdl);
      __wsdl.getWSDL(wsdlComplete);
   }
   catch (error:Error) {
      throw new Error(&quot;No se pudo guardar el proyecto&quot;);
   }
}

and this code block in my application:

try {
   ws.addEventListener(Event.CONNECT, conectado);
   ws.connect(&quot;http://www.fotodepot.com.ar/GuardarProyecto.asmx?WSDL&quot;);
}
catch (error:Error) {
   popup.CerrarVentana();
   popup = new VentanaEditor();
   popup.show(&#039;No hemos podido guardar su proyecto&#039;);
}

Thoes not work. The error still launching and the catch block never is executed.

Can you help me.

Regards.

Alejandro</description>
		<content:encoded><![CDATA[<p>Hi. Great job.<br />
I need oyur help. When the site thath host webservice is down, or not internet connection, tha call throw an error in getWSDL method in WSDL class.</p>
<p>I try t catch them, with this code block in WebService connect method:</p>
<p>public function connect(wsdl:String):void{<br />
   try {<br />
      __wsdl = new WSDL(wsdl);<br />
      __wsdl.getWSDL(wsdlComplete);<br />
   }<br />
   catch (error:Error) {<br />
      throw new Error(&#8220;No se pudo guardar el proyecto&#8221;);<br />
   }<br />
}</p>
<p>and this code block in my application:</p>
<p>try {<br />
   ws.addEventListener(Event.CONNECT, conectado);<br />
   ws.connect(&#8220;http://www.fotodepot.com.ar/GuardarProyecto.asmx?WSDL&#8221;);<br />
}<br />
catch (error:Error) {<br />
   popup.CerrarVentana();<br />
   popup = new VentanaEditor();<br />
   popup.show(&#8216;No hemos podido guardar su proyecto&#8217;);<br />
}</p>
<p>Thoes not work. The error still launching and the catch block never is executed.</p>
<p>Can you help me.</p>
<p>Regards.</p>
<p>Alejandro</p>
]]></content:encoded>
	</item>
</channel>
</rss>

