Comments on: Connecting to AIM with ActionScript 3 Sockets https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/ Archive of older blog posts written by Josh Tynjala about Flash, Flex, and ActionScript Wed, 26 Jun 2013 02:52:46 +0000 hourly 1 https://wordpress.org/?v=4.9.9 By: Josh Tynjala https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-29 Mon, 02 Feb 2009 07:39:08 +0000 http://lab.zeusdesign.net/?p=6#comment-29 mnps, AIM == “AOL Instant Messenger”

You should be able to connect to a socket server created with C++ using the standard flash.net.Socket class in ActionScript 3.

]]>
By: mnps https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-28 Mon, 02 Feb 2009 07:10:30 +0000 http://lab.zeusdesign.net/?p=6#comment-28 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

]]>
By: Joe https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-27 Sun, 18 May 2008 01:22:34 +0000 http://lab.zeusdesign.net/?p=6#comment-27 Hi guys I’m having some trouble with this error only using firefox.
I’m try to play a playlist on imeem.com and i always get this this error. I see it mention here but I don’t know what to do exactly in order to solve it since I’ve never done this before. Here’s the error :

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()

Thank you in advance!

]]>
By: Boris https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-26 Mon, 10 Dec 2007 03:23:52 +0000 http://lab.zeusdesign.net/?p=6#comment-26 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

]]>
By: » Connecting to AIM with ActionScript 3 Sockets - ScatteredGenius.com https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-25 Sat, 08 Sep 2007 01:50:24 +0000 http://lab.zeusdesign.net/?p=6#comment-25 […] Connecting to AIM with ActionScript 3 Sockets – Zeus Labs Of course, I couldn’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’d have a screenshot of the code in action. […]

]]>
By: Josh Tynjala https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-24 Mon, 27 Aug 2007 17:22:38 +0000 http://lab.zeusdesign.net/?p=6#comment-24 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 Mumble Messenger project.

]]>
By: Steven https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-23 Mon, 27 Aug 2007 11:06:50 +0000 http://lab.zeusdesign.net/?p=6#comment-23 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

]]>
By: Jos Yule https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-22 Wed, 11 Jul 2007 18:55:22 +0000 http://lab.zeusdesign.net/?p=6#comment-22 Thanks for the update. I’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’t send out or receive messages.
Looking forward to your AIM AIR client!

]]>
By: Josh Tynjala https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-21 Wed, 11 Jul 2007 18:48:17 +0000 http://lab.zeusdesign.net/?p=6#comment-21 I’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’s possible that AIMService may not know how to receive messages from contacts that aren’t on the user’s buddy list. I seem to remember running into that problem. I’ll put that on my list of things to fix.

]]>
By: Jos Yule https://joshblog.net/2005/11/05/connecting-to-aim-with-actionscript-3-sockets/#comment-20 Wed, 11 Jul 2007 18:13:21 +0000 http://lab.zeusdesign.net/?p=6#comment-20 Here is the proof-of-concept code that i’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’t think so).

Is there anything obvious that i’m missing/doing wrong?

Thanks again!

]]>