There is a bunch of security changes in Flash Player 9. As Adobe mention it here: http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_05.html
Those changes effected some of my programs. One of my flash chat application taht using the Flash XML Socket does not work with fp 9.0 r115 any more. The problem is stricted socket policy files.
I have tried to fix it, but have no chance to find the solution yet. Actually, there is a update for fp 9 debugger which creates a policy file log, if you apply the small code in the description writes in "Using logging" part (look at the link above). This log file is useful for debugging.
When i run the app. the report of the debugger is:
Warning: [strict] Requesting socket policy file from xmlsocket://www.dasclub.com:2448 due to socket connection request from SWF at http://www.dasclub.com/chatApp.swf. See http://www.adobe.com/go/strict_policy_files if this causes problems.
Warning: [strict] Ignoring policy file at xmlsocket://www.dasclub.com:2448 due to incorrect syntax. See http://www.adobe.com/go/strict_policy_files to fix this problem.
Warning: SWF from http://www.dasclub.com/chatApp.swf will be permitted to connect to a socket in its own domain without a policy file. This configuration is deprecated. See http://www.adobe.com/go/strict_policy_files to fix this problem.
Yes I know adobe writes about the PORT 843, but how i cannot do that with a homemade XML Socket Server. One of my friend coded, and know he said that he cannot use that port for crossdomain policy
Is there anybody that experienced this problem before? How can you solve this problem / how can i solve this problem?
