Flash AIM Demo

by Josh Tynjala

Update: Be sure the check out my second Flash AIM demo with additional features.

Just tossing some code on my blog isn’t the best way to get people excited about it. People want something tangible, something that they can actually play with. As a result, I worked feverishly over the last couple days to get a decent interface for my AIM classes. As I mentioned last time, this is all written in Actionscript 3 for the preview release of Flash Player 8.5. It will not work in Flash 8 or below. If you don’t want to get the player, here’s a screenshot of the new interface in action:

Flash Actionscript 3 AIM Demo Release 1

For those of you ready to take the plunge, you can get it from the downloads section. Due to Flash’s security policies, this swf must be run from your local computer. I’m also warning you that there could be some bugs in there. I tried to find as many as possible, but I don’t doubt that some slipped by me.

About the Author

Josh Tynjala is an indie game developer, entrepreneur, Flash and Flex mercenary, and bowler hat enthusiast.

Discussion
  1. posted by Yet Another Blog from Luar » Collection of AS3 Socket Examples on 01.10.2006
  2. [...] AIM [...]

    posted by Franto.com Flash blog » Collected links to ActionScript 3.0 examples on 01.11.2006
  3. Do all flash movies running some sort of socket connection require them to run from a local connection for security reasons?

    Although this feature is great, this does seem like a limitation.

    posted by Ben on 01.30.2006
  4. Macromedia put some pretty tough restrictions into Flash. It’s unfortunate. A Flash movie can connect anywhere if it’s running from your local machine. If it’s served as part of a website, it can connect to the server it came from, and to servers that specifically allow Flash to connect (servers may have a special permissions file to allow Flash connections). See these DevNet articles for more information about Flash’s security.

    Alternatively, you can create a PHP or other server-side script that does all the networking stuff and passes data to the Flash movie via XML. I made it possible for a Flash movie to search google using this idea.

    posted by Josh on 01.31.2006
  5. posted by Daniel Hai » Rants with Inconsistencies with Actionscript 3 on 03.06.2006
Share Your Thoughts

To display code in comments: <pre>Code here. May be multiline. Format XML with &gt; and &lt; entities.</pre>

Some HTML allowed in comments: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>