- Home /
Unity + Facebook + Firefox
I have a game running on Facebook, it connects to my server via WWW. the game works perfectly in Chrome inside Facebook. but in Firefox, I get "rejected because no crossdomain.xml policy file was found".
I have a crossdomain.xml, content is:
<allow-access-from domain="*" secure="false" />
Anyone else experiences this before?
Solution: $$anonymous$$ake sure the URL you are calling has a valid SSL license, Firefox is quite strict when it comes to security.
I used this link to find the cause: https://ssltools.websecurity.symantec.com/checker/views/certCheck.jsp
Your answer
Follow this Question
Related Questions
Facebook, Webplayer and the crossdomain policy 1 Answer
Error with Facebook's crossdomain file? 0 Answers
how do setup WebPlayer Installer on an https? Esp. Facebook. 0 Answers
How to make a connection between a webplayer and an external application? 0 Answers
Facebook Chat and Unity WebPlayer 0 Answers