Hi Daniel, In fact Server 2 is a web server located in a Kiosk. The Flex 2 App running at the Kiosk will have to show the movies on demand. So the movies will be downloaded from server 1 and stored on server 2.
Maybe a better solution would be streaming the files, but this can be too much expensive for the project budget to contract a streaming hosting service. Well thanks for you answer. I will download the files using the Flex App or any other development tool since FileReference cannot be used. Thanks again --- In [email protected], "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > If i understand this right, you want to copy a swf from server 1 to server 2 > and then have a client computer running an swf download the file from server > 2 into a flex app. > > I'd be shocked if you could use file reference silently because it would go > against what i understand as the nature of the security model, but what you > could do is call a webservice on the local web server that copies the files > from the external server to the local web server and then have the swfloader > load those files from the local web server. > > Tell me if I'm not understanding the problem correctly. > > - Dan > > On 1/22/07, mvbaffa <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I have a Flex 2 app running in my intranet and I need to download > > SWF files from an external server silently. > > > > That is I do not want to browse for a file source or destination. I > > already know what files must be downloaded and where to store them at > > my local web server. > > > > These are SWF files that will be stored in my local web server and > > will be loaded and played by a SWFLoader that is place in another > > Flex 2 app running in my intranet. > > > > There two problems: > > > > 1) How can access and store files locally from a Flex 2 App; > > > > 2) How can I use FileReference without the dialog boxes that appear > > when I use the browse and download methods; > > > > Thanks in advance > > > > > > >

