My favorites | Sign in
Google
                
Details: Show all Hide all

Earlier this year

  • Jul 27, 2009
    SocketsForGWT_Report Wiki page commented on by cuong.to   -   I am also getting this error: Anybody know how to resolve this? "Flash applet could not connect to a remote server, check your connection, a remote server and crossdomain policy file." This happens when I try to do a connect. The java server side says its connected because the accept did not fail. This is what I have in my crossdomain.xml file. <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*" to-ports="*"/> </cross-domain-policy> Thanks!!
    I am also getting this error: Anybody know how to resolve this? "Flash applet could not connect to a remote server, check your connection, a remote server and crossdomain policy file." This happens when I try to do a connect. The java server side says its connected because the accept did not fail. This is what I have in my crossdomain.xml file. <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*" to-ports="*"/> </cross-domain-policy> Thanks!!