[help]loading data from server works on local browser but not in projector
I've had my game working fine for a while now loading text and xml files from my web server, and I've just created a standalone projector version and it's unable to load the data.
I've tried searching here and on Google and found surprisingly little on this - I'm guessing it's a sandbox/security issue. I tried adding code:
System.security.allowDomain("mydomain.com");
but this didn't fix it.
I need to be able to load text and xml files from the web server and to POST data to php scripts on the server - is this possible from a projector (without 3rd party wrappers?)
and, as a considerably smaller issue - can i change the icon of the projector file ? :)
thanks for any help