I have been developing my own server application for Flash with Delphi 5 and I am having a few issues with getting Flash to recognize the xml comming back into the flash application. I have also created my own client application and created the same environment. This worked. Is there something special about Flash that I am missing? Here is a sample of the xml that the server is sending back:

<?xml version="1.0"?>
<RECORD>
<MSG>Record Found</MSG>
<EMPIDNEXTNO>11</EMPIDNEXTNO>
<SALARYGRADE>P4</SALARYGRADE>
<WORKWEEKSTATUS>FULL TIME</WORKWEEKSTATUS>
<EMPTYPE>P</EMPTYPE>
<QRELIGIBLE>False</QRELIGIBLE>
<CREATEDBY></CREATEDBY>
<CREATEDATE></CREATEDATE>
<EDITEDBY>Administrator</EDITEDBY>
<EDITDATE>10/30/2000</EDITDATE>
</RECORD>

Any help would be greatly appreciated.

Mark
[email protected]