<?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 Making Waves Labs</title>
	<atom:link href="http://labs.makingwaves.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.makingwaves.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 13:04:37 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Hardware accelerated SVG in IE9 by Helge</title>
		<link>http://labs.makingwaves.com/2010/03/18/hardware-accelerated-svg-in-ie9/comment-page-1/#comment-102</link>
		<dc:creator>Helge</dc:creator>
		<pubDate>Mon, 28 Jun 2010 13:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=844#comment-102</guid>
		<description>The IE9 Preview 3 is doing great leaps forwards also when it comes to SVG support and is now scoring 53%.</description>
		<content:encoded><![CDATA[<p>The IE9 Preview 3 is doing great leaps forwards also when it comes to SVG support and is now scoring 53%.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing the iPhone packager in Flash CS5 by Sven</title>
		<link>http://labs.makingwaves.com/2010/03/24/testing-the-iphone-packager-in-flash-cs5/comment-page-1/#comment-100</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=928#comment-100</guid>
		<description>You&#039;re absolutely correct. I&#039;m using the alducente.services.WebService class...</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely correct. I&#8217;m using the alducente.services.WebService class&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing the iPhone packager in Flash CS5 by Loto</title>
		<link>http://labs.makingwaves.com/2010/03/24/testing-the-iphone-packager-in-flash-cs5/comment-page-1/#comment-99</link>
		<dc:creator>Loto</dc:creator>
		<pubDate>Thu, 03 Jun 2010 14:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=928#comment-99</guid>
		<description>Hi Sven: are you talking about the WebService class hosted at Google Code? There&#039;s no built-in WebService class in Flash CS series...</description>
		<content:encoded><![CDATA[<p>Hi Sven: are you talking about the WebService class hosted at Google Code? There&#8217;s no built-in WebService class in Flash CS series&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing the iPhone packager in Flash CS5 by Sven</title>
		<link>http://labs.makingwaves.com/2010/03/24/testing-the-iphone-packager-in-flash-cs5/comment-page-1/#comment-98</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Mon, 31 May 2010 06:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=928#comment-98</guid>
		<description>Hi Loto. I used the WebService class. Here is some sample code from my experiments:
&lt;code&gt;private function connectToWebService():void {
   _webservice = new WebService();
   _webservice.addEventListener(Event.CONNECT, connected);
   _webservice.connect(&quot;http://www.yoururl.com/yourwebservice.asmx?wsdl&quot;);
   _webservice.cacheResults = true;
}
		
private function connected(e:Event):void {
   // connected to webservice - now get some data!
   _webservice.WebServiceCall(dataRecieved, &quot;paramters&quot;); 
}
		
private function dataRecieved(serviceResponse:XML):void {
  // and the data can be collected here... 
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Loto. I used the WebService class. Here is some sample code from my experiments:<br />
<code>private function connectToWebService():void {<br />
   _webservice = new WebService();<br />
   _webservice.addEventListener(Event.CONNECT, connected);<br />
   _webservice.connect("http://www.yoururl.com/yourwebservice.asmx?wsdl");<br />
   _webservice.cacheResults = true;<br />
}</p>
<p>private function connected(e:Event):void {<br />
   // connected to webservice - now get some data!<br />
   _webservice.WebServiceCall(dataRecieved, "paramters");<br />
}</p>
<p>private function dataRecieved(serviceResponse:XML):void {<br />
  // and the data can be collected here...<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing the iPhone packager in Flash CS5 by Loto</title>
		<link>http://labs.makingwaves.com/2010/03/24/testing-the-iphone-packager-in-flash-cs5/comment-page-1/#comment-96</link>
		<dc:creator>Loto</dc:creator>
		<pubDate>Fri, 28 May 2010 18:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=928#comment-96</guid>
		<description>Hi, may I ask you a question? How did you connect to the WebService? In Flash CS3 and CS4 you can&#039;t (not the fine way you did in Flash 8). Does Flash CS5 provide a way to connect to a WebService? Is there a WebService class again? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, may I ask you a question? How did you connect to the WebService? In Flash CS3 and CS4 you can&#8217;t (not the fine way you did in Flash 8). Does Flash CS5 provide a way to connect to a WebService? Is there a WebService class again? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrapping text around an image or movieclip in Flash by Wrapping text around a DisplayObject in Flash</title>
		<link>http://labs.makingwaves.com/2009/10/29/wrapping-text-around-an-image-or-movieclip-in-flash/comment-page-1/#comment-92</link>
		<dc:creator>Wrapping text around a DisplayObject in Flash</dc:creator>
		<pubDate>Mon, 10 May 2010 20:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=667#comment-92</guid>
		<description>[...] recently wrote a short tutorial on how to wrap text around a DisplayObject in Flash on labs.makingwaves.com. Click here to check it out!  This entry was posted in Flash, Tutorials and tagged Actionscript, [...]</description>
		<content:encoded><![CDATA[<p>[...] recently wrote a short tutorial on how to wrap text around a DisplayObject in Flash on labs.makingwaves.com. Click here to check it out!  This entry was posted in Flash, Tutorials and tagged Actionscript, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing the iPhone packager in Flash CS5 by Sven</title>
		<link>http://labs.makingwaves.com/2010/03/24/testing-the-iphone-packager-in-flash-cs5/comment-page-1/#comment-90</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Mon, 03 May 2010 05:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=928#comment-90</guid>
		<description>Due to Apple&#039;s new restrictions, making it illegal to produce iPhone Apps using Flash CS5, I have stopped my further experiments using Flash as a development tool for iPhone...</description>
		<content:encoded><![CDATA[<p>Due to Apple&#8217;s new restrictions, making it illegal to produce iPhone Apps using Flash CS5, I have stopped my further experiments using Flash as a development tool for iPhone&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing the iPhone packager in Flash CS5 by Sven</title>
		<link>http://labs.makingwaves.com/2010/03/24/testing-the-iphone-packager-in-flash-cs5/comment-page-1/#comment-89</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Mon, 03 May 2010 05:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=928#comment-89</guid>
		<description>Hi John. Only trouble I had exporting to IPA was when I had the App ID (under Deployment tab)  incorrect. Make sure to include your full App ID path. Part from that the export worked fine. And of course make sure that the Provisioning profile includes your App ID.</description>
		<content:encoded><![CDATA[<p>Hi John. Only trouble I had exporting to IPA was when I had the App ID (under Deployment tab)  incorrect. Make sure to include your full App ID path. Part from that the export worked fine. And of course make sure that the Provisioning profile includes your App ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick test of the font service from TypeKit.com by Helge</title>
		<link>http://labs.makingwaves.com/2010/04/29/quicktest-of-service-from-typekit/comment-page-1/#comment-88</link>
		<dc:creator>Helge</dc:creator>
		<pubDate>Fri, 30 Apr 2010 11:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=971#comment-88</guid>
		<description>No support on the iPad either.</description>
		<content:encoded><![CDATA[<p>No support on the iPad either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing the iPhone packager in Flash CS5 by John</title>
		<link>http://labs.makingwaves.com/2010/03/24/testing-the-iphone-packager-in-flash-cs5/comment-page-1/#comment-87</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://labs.makingwaves.com/?p=928#comment-87</guid>
		<description>Hi, did you have any trouble exporting it to IPA? I only get Error creating files. Usage error (incorrect arguments.)

Any tip? I have valid certs from my Mac.</description>
		<content:encoded><![CDATA[<p>Hi, did you have any trouble exporting it to IPA? I only get Error creating files. Usage error (incorrect arguments.)</p>
<p>Any tip? I have valid certs from my Mac.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
