Thanks, what about using old 'classes'?
The people who designed the message format for my game server have based the xml I will receive on the format used to parse with XML-RPC ~ which is written in AS 1.0, and my game is written in AS 2.0... I've tried including, importing, just having the XML-RPC.as in the same directory as my actual AS 2.0 class that I am using an XML-RPC object in, and none of it is seeming to work? I can't seem to create a new xmlrpc object?
Any ideas?