With the release of Flash MX, the nice folks at Macromedia have included some new tools which I'm going to -- once again -- use to make a Flash LJ client.
But I'm unsure about the whole XML sockets thing.
Does anyone have any idea about this?
Something along the lines of...
theConnector = new XMLsocket();
theConnector.connect("http://www.livejournal.com, 80");
theConnector.send("blah blah data to LJ, like POST, modes, etc);
Is this much right at least?
I'm also not too sure how I'd handle the listening part.
Lemme know if anyone has any ideas.