accessing sub directory perhaps an crossdomain error

Hi everybody,
I’m facing a weird problem: I’m using the WWW class to access our server for downloading content. Everything works fine if I’m accessing the root under “http://www.mydomain.com/” . But if I’m accessing a subdirectory under “http://www.mydomain.com/subfolderXyz/” I’ll get an error saying “Failed downloading http://www.mydomain.com/subfolderXyz/”.

If I call the url from a browser everything is fine.

I’m buiding a WebPlayer.

Anyone has a solution??

Thanks, Sebastian

Do you run your webbuild from the server or locally? If you run it locally, does your server have a crossdomain policy? Usually you should get an error that tells you there is no crossdomain. Are you sure your URL is correct? Most webservers are case sensitive!