I have managed to create an AS3 script that uses file.download(urlRequest); - this is working fine when referencing a location that is web accessible. Is it possible to get flash to reference a location on the server it resides? I want to make the files it has access to downloading as secure as possible.
I realise that I can reference a PHP file in the AS3 to initiate the download but this isn't working when using a browser window within a Silverlight application so need the flash to do the downloading if possible.
Any help is highly appreciated.