<?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 Renaun Erickson</title>
	<atom:link href="http://renaun.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<lastBuildDate>Tue, 22 May 2012 15:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on My ActionScript Game Server with 15,000 Concurrent Connections by Anonymous</title>
		<link>http://renaun.com/blog/2012/04/my-actionscript-game-server-with-15000-concurrent-connections/comment-page-1/#comment-489926</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 22 May 2012 15:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=1690#comment-489926</guid>
		<description>So anything on the Client side doesn&#039;t relate to the ServerSide code. In the Flash Player (client side) it has a class called flash.net.Socket that only connects to server sockets. In Redtamarin there is an avmplus.Socket class that does server socket and client socket implementations, but is based on select() and limited to 1024 (unless you mod that C header file). My implementation of ServerSocket is just the server part of a tcp socket, the ClientSocket class was not fully implemented to my connections but is more of a place holder class to keep a reference to the file descriptor to close and send data.

You can&#039;t use any of the Flash Player APIs in the server tamarin solution. Tamarin only provides what you implement. Hope that makes sense.</description>
		<content:encoded><![CDATA[<p>So anything on the Client side doesn&#8217;t relate to the ServerSide code. In the Flash Player (client side) it has a class called flash.net.Socket that only connects to server sockets. In Redtamarin there is an avmplus.Socket class that does server socket and client socket implementations, but is based on select() and limited to 1024 (unless you mod that C header file). My implementation of ServerSocket is just the server part of a tcp socket, the ClientSocket class was not fully implemented to my connections but is more of a place holder class to keep a reference to the file descriptor to close and send data.</p>
<p>You can&#8217;t use any of the Flash Player APIs in the server tamarin solution. Tamarin only provides what you implement. Hope that makes sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My ActionScript Game Server with 15,000 Concurrent Connections by Darl2ng</title>
		<link>http://renaun.com/blog/2012/04/my-actionscript-game-server-with-15000-concurrent-connections/comment-page-1/#comment-489925</link>
		<dc:creator>Darl2ng</dc:creator>
		<pubDate>Tue, 22 May 2012 14:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=1690#comment-489925</guid>
		<description>Hi Renaun,

There&#039;s one thing I don&#039;t understand about the client side with your implementation: since the flash.net.Socket class is not compatible with your ClientSocket, we have to import the avmplus.ClientSocket, thus, ServerSocket to our client code, is it correct?

Thanks,

D.</description>
		<content:encoded><![CDATA[<p>Hi Renaun,</p>
<p>There&#8217;s one thing I don&#8217;t understand about the client side with your implementation: since the flash.net.Socket class is not compatible with your ClientSocket, we have to import the avmplus.ClientSocket, thus, ServerSocket to our client code, is it correct?</p>
<p>Thanks,</p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QTIndexSwapper 2 by Tom Ford</title>
		<link>http://renaun.com/blog/2010/06/qtindexswapper-2/comment-page-1/#comment-489923</link>
		<dc:creator>Tom Ford</dc:creator>
		<pubDate>Tue, 15 May 2012 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=518#comment-489923</guid>
		<description>The app was running great for me, yet now, it ends up stuck on loading 0% (even when I go back and try a video that I&#039;ve already successfully converted in the past...same video, yet, loading 0%).

I did just update Adobe Air...could this have anything to do with it?  The video I did before was 60mb...and the one now is 20mb, so I don&#039;t think it&#039;s the file size...but can&#039;t figure out why it was loading and now doesn&#039;t...

Any ideas of where to start to try and figure this out?


Thanks,

Tom</description>
		<content:encoded><![CDATA[<p>The app was running great for me, yet now, it ends up stuck on loading 0% (even when I go back and try a video that I&#8217;ve already successfully converted in the past&#8230;same video, yet, loading 0%).</p>
<p>I did just update Adobe Air&#8230;could this have anything to do with it?  The video I did before was 60mb&#8230;and the one now is 20mb, so I don&#8217;t think it&#8217;s the file size&#8230;but can&#8217;t figure out why it was loading and now doesn&#8217;t&#8230;</p>
<p>Any ideas of where to start to try and figure this out?</p>
<p>Thanks,</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QTIndexSwapper by Shalaudn</title>
		<link>http://renaun.com/blog/code/qtindexswapper/comment-page-1/#comment-489922</link>
		<dc:creator>Shalaudn</dc:creator>
		<pubDate>Tue, 08 May 2012 05:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?page_id=587#comment-489922</guid>
		<description>Thank you very much.
It saved my life. I was trying to solve this problem for two days, at last your software solve the problem. thanks again</description>
		<content:encoded><![CDATA[<p>Thank you very much.<br />
It saved my life. I was trying to solve this problem for two days, at last your software solve the problem. thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Flash Builder 4.5 to Package Arbitrary SWFs for iOS, Android, and PlayBook by Anonymous</title>
		<link>http://renaun.com/blog/2011/05/using-flash-builder-4-5-to-package-arbitrary-swfs-for-ios-android-and-playbook/comment-page-1/#comment-489921</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 07 May 2012 15:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=1322#comment-489921</guid>
		<description>Application ID is the unique identifier of you application, the specs for that value differ form iOS to Android.

The error is saying it can&#039;t find the content that you specified in your app.xml file. Where is Turner.swf? Which I assume is your main application SWF.</description>
		<content:encoded><![CDATA[<p>Application ID is the unique identifier of you application, the specs for that value differ form iOS to Android.</p>
<p>The error is saying it can&#8217;t find the content that you specified in your app.xml file. Where is Turner.swf? Which I assume is your main application SWF.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

