Hi,
I’m having troubles with WWW in the webplayer. It works perfect in the Editor (even using a different domain in the WWW Security Emulation field), but crashes on my webplayer.
My webplayer’s log shows this:
About to parse url: http://www.myserver.com/folder/MyXml.xml
luccheck6
About to parse url: http://www.myserver.com/folder/MyXml.xml
luccheck6
About to parse url: http://www.myserver.com/folder/MyXml.xml
luccheck6
About to parse url: http://www.myserver.com/folder/MyXml.xml
luccheck6
And I have crossdomain.xml on myserver.com with this content:
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
I have tried different servers, relative paths and absolute paths but cant make it work. Am I missing something?