VK> Another thought: AS3 seems to have a generic Socket class. Is there VK> anything like this in AS2?
Not as generic as in AS3, but there is XMLSocket class in AS2, which handles not only XML formatted data, but any textual content terminated by a zero byte. Thus it is not suitable for directly handling HTTP requests/responses, and needs a special server taking care of this zero ending, but there are a lot of them out there. Attila _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

