Right, I have a few questions I hope to get answers for.
I am working on a flash application on my local machine. It involves reading and writing to an xml file. I am facing a lot of security problems because of flash sandbox.
In order to get around this I have installed php+apache to call an external file that writes to a file. I have created the crossdomain.xml and put it in the root of the web server on my local machine.
However, I can ONLY run the flash file in the flash program AND IT DOES WRITE TO A FILE. If I publish it as a html I still get the security error msg.
Now another requirement of my program is as the user interacts with my flash application it changes an xml and the page should refresh to show the changes.
But because I can’t run my flash program as a html file I can’t refresh the ■■■■ page!
I’m half thinking of setting up a vm machine as a pretend server to get this ■■■■ thing working. Then I at least have the server + client model.
What the hell should I do?
Thanks in advance
Help!