Archive for the 'Python' Category

Flash Socket Server in Python

Thursday, October 6th, 2005
In this example I am going to show a socket server that I use to catch my output messages when developing Flash games with MTASC. This server maintains a connection with the Flash swf and messages are passed from Flash via an XMLSocket instance. I've found this to be

Simple HTTP Server in Python, Part 1

Saturday, October 1st, 2005
Here's how to make a very simple HTTP server that your Flash movie can communicate with. In this example, we will send messages that we want "traced" out to the console on the server. This is one way that you can watch debug messages from a swf that is live