Crossdomain.xml

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?

Hi Bill.

What do you mean with crashes? Can you show the code that does the request, and can you list which files with which content are hosted at which urls? With that info we can figure out what’s going on here.

Bye, Lucas