<?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: Connecting to AIM with ActionScript 3 Sockets</title>
	<atom:link href="http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:51:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-29</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Mon, 02 Feb 2009 07:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-29</guid>
		<description>mnps, AIM == &quot;AOL Instant Messenger&quot;

You should be able to connect to a socket server created with C++ using the standard &lt;a href=&quot;http://livedocs.adobe.com/flex/3/langref/flash/net/Socket.html&quot; rel=&quot;nofollow&quot;&gt;&lt;code&gt;flash.net.Socket&lt;/code&gt;&lt;/a&gt; class in ActionScript 3.</description>
		<content:encoded><![CDATA[<p>mnps, AIM == &#8220;AOL Instant Messenger&#8221;</p>
<p>You should be able to connect to a socket server created with C++ using the standard <a href="http://livedocs.adobe.com/flex/3/langref/flash/net/Socket.html" rel="nofollow"><code>flash.net.Socket</code></a> class in ActionScript 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnps</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-28</link>
		<dc:creator>mnps</dc:creator>
		<pubDate>Mon, 02 Feb 2009 07:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-28</guid>
		<description>Can anyone just tell me what is AIM?
Im doing a project that needs to connect VC++ to AS3 using sockets.Is there any sockets available in AS3 with which i  can connect my VC++ code to AS3??
Awaiting for a positive reply.
Thanking you
mnps</description>
		<content:encoded><![CDATA[<p>Can anyone just tell me what is AIM?<br />
Im doing a project that needs to connect VC++ to AS3 using sockets.Is there any sockets available in AS3 with which i  can connect my VC++ code to AS3??<br />
Awaiting for a positive reply.<br />
Thanking you<br />
mnps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-27</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 18 May 2008 01:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-27</guid>
		<description>Hi guys I&#039;m having some trouble with this error only using firefox.
I&#039;m try to play a playlist on imeem.com and i always get this this error. I see it mention here but I don&#039;t know what to do exactly in order to solve it since I&#039;ve never done this before. Here&#039;s the error :

&lt;pre&gt;Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: http://resources.imeem.com/resources/versioned/64/flash/audio_player3.swf cannot load data from http://ads.imeem.com/ads/amf/.
	at imeem.api.player.implementation._private.apisnapshot.services::ServiceCall/overrideDefaultGateway()
	at imeem.api.player.implementation._private.apisnapshot.services::InternalAPIService/getAd()
	at imeem.api.player.implementation::MediaPlayer/play()
	at imeem.player::ImeemPlayer/play()
	at imeem.player::ImeemPlayer/playCurrent()
	at imeem.audioplayer::AudioPlayerControl/playCurrent()
	at imeem.audioplayer::AudioPlayerComponentRetro/::onUIReady()
	at Function/http://adobe.com/AS3/2006/builtin::apply()
	at mx.core::UIComponent/::callLaterDispatcher2()
	at mx.core::UIComponent/::callLaterDispatcher()&lt;/pre&gt;

Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Hi guys I&#8217;m having some trouble with this error only using firefox.<br />
I&#8217;m try to play a playlist on imeem.com and i always get this this error. I see it mention here but I don&#8217;t know what to do exactly in order to solve it since I&#8217;ve never done this before. Here&#8217;s the error :</p>
<pre>Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: <a href="http://resources.imeem.com/resources/versioned/64/flash/audio_player3.swf" rel="nofollow">http://resources.imeem.com/resources/versioned/64/flash/audio_player3.swf</a> cannot load data from <a href="http://ads.imeem.com/ads/amf/" rel="nofollow">http://ads.imeem.com/ads/amf/</a>.
	at imeem.api.player.implementation._private.apisnapshot.services::ServiceCall/overrideDefaultGateway()
	at imeem.api.player.implementation._private.apisnapshot.services::InternalAPIService/getAd()
	at imeem.api.player.implementation::MediaPlayer/play()
	at imeem.player::ImeemPlayer/play()
	at imeem.player::ImeemPlayer/playCurrent()
	at imeem.audioplayer::AudioPlayerControl/playCurrent()
	at imeem.audioplayer::AudioPlayerComponentRetro/::onUIReady()
	at Function/http://adobe.com/AS3/2006/builtin::apply()
	at mx.core::UIComponent/::callLaterDispatcher2()
	at mx.core::UIComponent/::callLaterDispatcher()</pre>
<p>Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-26</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Mon, 10 Dec 2007 03:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-26</guid>
		<description>Hi,

Why do I get this error?

The only difference is in port number:

Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: http://192.168.2.145/FlexCCSample.swf cannot load data from 192.168.2.145:10120</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Why do I get this error?</p>
<p>The only difference is in port number:</p>
<p>Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: <a href="http://192.168.2.145/FlexCCSample.swf" rel="nofollow">http://192.168.2.145/FlexCCSample.swf</a> cannot load data from 192.168.2.145:10120</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Connecting to AIM with ActionScript 3 Sockets - ScatteredGenius.com</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-25</link>
		<dc:creator>&#187; Connecting to AIM with ActionScript 3 Sockets - ScatteredGenius.com</dc:creator>
		<pubDate>Sat, 08 Sep 2007 01:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-25</guid>
		<description>[...] Connecting to AIM with ActionScript 3 Sockets - Zeus Labs Of course, I couldn&#8217;t let everyone upstage me, so with a couple weekends of work, I put together some classes for connecting to and interacting with AIM via the TOC 2.0 protocol. I made the basic user interface below just so I&#8217;d have a screenshot of the code in action. [...]</description>
		<content:encoded><![CDATA[<p>[...] Connecting to AIM with ActionScript 3 Sockets &#8211; Zeus Labs Of course, I couldn&#8217;t let everyone upstage me, so with a couple weekends of work, I put together some classes for connecting to and interacting with AIM via the TOC 2.0 protocol. I made the basic user interface below just so I&#8217;d have a screenshot of the code in action. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-24</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Mon, 27 Aug 2007 17:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-24</guid>
		<description>Steven, I remember that someone tried to connect to MSN in AS3 a while back, but he ran into some trouble with SSL and security stuff, so I think the project was filed away and never finished.

If you want the latest AIM code, check out my &lt;a href=&quot;http://code.google.com/p/mumblemessenger/&quot; rel=&quot;nofollow&quot;&gt;Mumble Messenger&lt;/a&gt; project.</description>
		<content:encoded><![CDATA[<p>Steven, I remember that someone tried to connect to MSN in AS3 a while back, but he ran into some trouble with SSL and security stuff, so I think the project was filed away and never finished.</p>
<p>If you want the latest AIM code, check out my <a href="http://code.google.com/p/mumblemessenger/" rel="nofollow">Mumble Messenger</a> project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-23</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 27 Aug 2007 11:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-23</guid>
		<description>Thanks Josh!  This is a great help. Does anyone know of any Flex implementations for Yahoo, MSN Google?

Where can I obtain the latest AIM code?

Thanks,
-Steven</description>
		<content:encoded><![CDATA[<p>Thanks Josh!  This is a great help. Does anyone know of any Flex implementations for Yahoo, MSN Google?</p>
<p>Where can I obtain the latest AIM code?</p>
<p>Thanks,<br />
-Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jos Yule</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-22</link>
		<dc:creator>Jos Yule</dc:creator>
		<pubDate>Wed, 11 Jul 2007 18:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-22</guid>
		<description>Thanks for the update. I&#039;ve added a check to see who is on the buddy list, and even when a user is on the buddy list i still can&#039;t send out or receive messages.
Looking forward to your AIM AIR client!</description>
		<content:encoded><![CDATA[<p>Thanks for the update. I&#8217;ve added a check to see who is on the buddy list, and even when a user is on the buddy list i still can&#8217;t send out or receive messages.<br />
Looking forward to your AIM AIR client!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-21</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Wed, 11 Jul 2007 18:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-21</guid>
		<description>I&#039;m currently working on an AIR client that uses MumbleLib. I intend to release an alpha version with source code as soon as I finish implementing a couple more features.

Jos, your code looks fine to me. It&#039;s possible that AIMService may not know how to receive messages from contacts that aren&#039;t on the user&#039;s buddy list. I seem to remember running into that problem. I&#039;ll put that on my list of things to fix.</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently working on an AIR client that uses MumbleLib. I intend to release an alpha version with source code as soon as I finish implementing a couple more features.</p>
<p>Jos, your code looks fine to me. It&#8217;s possible that AIMService may not know how to receive messages from contacts that aren&#8217;t on the user&#8217;s buddy list. I seem to remember running into that problem. I&#8217;ll put that on my list of things to fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jos Yule</title>
		<link>http://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-20</link>
		<dc:creator>Jos Yule</dc:creator>
		<pubDate>Wed, 11 Jul 2007 18:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://lab.zeusdesign.net/?p=6#comment-20</guid>
		<description>Here is the proof-of-concept code that i&#039;m using to test/work out how to use the new lib:

http://www.theorganization.net/work/jos/MumbleAIR.mxml

Now, it signs on, and i can see the signed on user. However, i am not receiving any messages sent in, or able to send any out. Do i need to have someone on my buddy list before i can send/receive messages? (i don&#039;t think so).

Is there anything obvious that i&#039;m missing/doing wrong?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Here is the proof-of-concept code that i&#8217;m using to test/work out how to use the new lib:</p>
<p><a href="http://www.theorganization.net/work/jos/MumbleAIR.mxml" rel="nofollow">http://www.theorganization.net/work/jos/MumbleAIR.mxml</a></p>
<p>Now, it signs on, and i can see the signed on user. However, i am not receiving any messages sent in, or able to send any out. Do i need to have someone on my buddy list before i can send/receive messages? (i don&#8217;t think so).</p>
<p>Is there anything obvious that i&#8217;m missing/doing wrong?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

