Actionscript/XMLSocket
From Gnash Project Wiki
XMLSocket
[ These should still work fine, but after other recent changes to the XML class, this needs to be verified. --rob 2006-02-09 ]
- method XMLSocket.connect
- method XMLSocket.close @
- method XMLSocket.send @
XMLSocket.connect
Connect as a client using a BSD socket.
XMLSocket.close
Close the open socket connection.
XMLSocket.send
Send data through the socket connection.
Plans for this class are to rework the code to use the new Network base class, instead of handling everything internally. That way we only have one set of network support code to maintain.

