BlueBox and Unity Webplayer Sec policy: any news?
Posted: 26 Aug 2012, 15:05
I don't know where to put this. Is it only a client or also a server issue? I don't really know.
So I read the following threads:
http://forums.smartfoxserver.com/viewtopic.php?t=8878
http://forums.smartfoxserver.com/viewtopic.php?t=10891
http://forums.smartfoxserver.com/viewtopic.php?t=10890
http://forums.smartfoxserver.com/viewtopic.php?t=8878
I tried to get it working with a modified version of the FPS Demo and it works good with standalone. In the code I switch to bluebox and set the http port, also using the Security.PrefetchSocketPolicy function, with interval and without, having deployed the webplayer locally and on the same server and port as the BlueBox, .. no luck, crossdomain.xml doesn't change a thing. Did anyone get this working, yet? What is the real problem of the webplayer?
Thanks in advance.
EDIT: This is the crossdomain.xml I have in www/root and SFS2X/config:
So I read the following threads:
http://forums.smartfoxserver.com/viewtopic.php?t=8878
http://forums.smartfoxserver.com/viewtopic.php?t=10891
http://forums.smartfoxserver.com/viewtopic.php?t=10890
http://forums.smartfoxserver.com/viewtopic.php?t=8878
I tried to get it working with a modified version of the FPS Demo and it works good with standalone. In the code I switch to bluebox and set the http port, also using the Security.PrefetchSocketPolicy function, with interval and without, having deployed the webplayer locally and on the same server and port as the BlueBox, .. no luck, crossdomain.xml doesn't change a thing. Did anyone get this working, yet? What is the real problem of the webplayer?
Thanks in advance.
EDIT: This is the crossdomain.xml I have in www/root and SFS2X/config:
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy
SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>