I’m setting up a small flash app to download files. Boss wants to obscure the file path as much as possible. It works locally, but not on the remote sever. I’ve heard of issues regarding same domains. But I’ve also tried different paths from other domains with no luck. Can anyone point me in the direction of things I should be looking into?
Edit: Got it to work. Originally I had it prompt the download through the initialize function, but this only worked locally. Switching to an event seems to have corrected the problem.
But, since I have a thread going. How can I track the progress and display it? Anyone know of any tutorials? Finding alot of information when it comes to the upload process, but not the other way around.