|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XML in Flash5; server demon for synchroneous communication
Hello,
Flash5 gives support for synchroneous communication with a server-demon on
port >1024.
It uses XML.
We would like to implement a chat-like application and are looking for
related information - example projects, code-sources, introductory manuals.
socket = new XMLSocket()
socket.onConnect = myOnConnect
socket.connect(null, 2000)
socket.onXML = myOnXML;
function myOnXML(doc) {
var e = doc.firstChild;
if (e != null && e.nodeName == "MESSAGE") {
displayMessage(e.attributes.user, e.attributes.text);
}
...
Then to decipher the XML-object, we need a parser. Any Flash5-ActionScript
parsers talked about recently?
Moreover, I have never written a server demon that listens to a certain port
and starts to send data when asked. Any hints where to start?
Freeware-libraries? Server-OS independent programming?
Thanks a lot in advance,
Andreas
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








