<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<br><i>from MM's materials :</i>
<p><b>Using the XMLSocket object</b>
<br>To use the XMLSocket object, the server computer <i>(sic)</i> must
run a daemon that understands the protocol used by the XMLSocket object.
The protocol is as follows:
<br>&nbsp;
<p>&nbsp;~&nbsp;&nbsp;&nbsp;&nbsp; XML messages are sent over a full-duplex
TCP/IP stream socket connection.
<p>&nbsp; ~&nbsp;&nbsp;&nbsp; Each XML message is a complete XML document,
terminated by a zero byte.
<p>&nbsp;~&nbsp;&nbsp;&nbsp;&nbsp; An unlimited number of XML messages
can be sent and received over a single
<br>XMLSocket connection.
<br>~~~~~~~~~~~~~~~~~~~~~
<p>the best bet might be to establish a socket on the user's machine via
"localhost" and route the stream through that.&nbsp; Flash has problems
with regards to it's "security" scheme which can cause trouble as well.
<br>New files which are loaded into the client, when embedded in a browser,
have to derive from the domain of the original file -&nbsp; this apparently
includes XML.&nbsp; This isn't a problem with projectors.</html>