Hi All,

 I have cross-domain-policy file listed below,

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd";>

<cross-domain-policy>
        <site-control permitted-cross-domain-policies="all"/>
</cross-domain-policy>


But my problem is, i have a single java file, which acts as server,
for running this server i use following  command,

Syntax> java Server 4848


( where Server runs on my local machine, @ port number 4848 )


now when i send any data using socket from FLEX client, it shows
following problem, cross-domain-policy issue,  I m confused where
should i put this cross domain file ? I refered few documents and
found this file need to be put in root directory, where the server is
stored,

But my server is a single file which runs on port 4848, so where
should i put this crossdomain file ???

Can any 1 please let me know what should i do ?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to