I have been working on a personality test in flash, which loads external data in xml format from a database which is generated with php.
I request the xml feed with several parameters in the url which are given to the application through FlashVars.
The problem is that it works fine when you run the application locally and gets the xml data properly, but once you put the application online it doesn’t get the data from the feed at all.
I’ve checked the following things:
[list]
[]the requested URL = correct
[]copied the URL into the browser and it shows the feed properly
[]I have added counters/preloaders to delay the process in case of synchronisation problems.
[]I have tested a static XML feed on another server and put both the application and the feed online, which also seems to work.
[/list]My guess is that it has something to do with security settings on the server from where i request the feed. Does anyone have any other thoughts about what the problem could be, or how I could solve this.