I ran into this same problem. I am assuming that you're using XMLSocket. The
default seems to have changed from looking for /crossdomain.xml to asking
over the socket. The documentation implies that it will fall back to looking
to HTTP for the file, but that in practice seemed not to be the case.

The way that I solved it is to, before calling connect() on my socket, do a
flash.system.Security.loadPolicyFile(URLOfPolicyFile). Then create the
socket. If the policy file was retrieved from HTTP and gave proper
permissions Flash will skip asking over the socket. Otherwise, it will still
ask over the socket and give you a chance to give permissions there.

Daniel

On 4/30/07, kumarpal jain <[EMAIL PROTECTED]> wrote:

Hi All,

Can u please tell me how to use crossdomain .xml.
I have to develop an application which actually needs to communicate with
jabber client and I have some issues in connectivity.
I feel that crossdomain.xml is the solution but dont know how to use this
file.
Please help.

Thanks
Kumar

------------------------------
Check out what you're missing if you're not on Yahoo! 
Messenger<http://us.rd.yahoo.com/mail/in/ymessenger/*http://in.messenger.yahoo.com/>



Reply via email to