coolname1
08-15-2006, 07:02 PM
I am fairly new to flash and I am developing something for my job that would require user download from an army server.
I have text areas pulling content from HTML files through an XML object. The question I have is that if I specify a URL for the documents (not relative URL), once the DL is complete and the file i cached, will flash plugin for the browser then know to go to the cached files for quick presentation of content? It seemed to me the DLs were taking place everytime i navigated somehere else in my app.
And if this does not automatically take place, is there a way to force it?
My file urls are generated after uploading a file to the server. For example:
Commander_Msg.html becomes www.the-site.com/doc/4758973
If ANYONE can shed some light on this please put those 2 cents in. I am struggling to find a definative answer.
I have text areas pulling content from HTML files through an XML object. The question I have is that if I specify a URL for the documents (not relative URL), once the DL is complete and the file i cached, will flash plugin for the browser then know to go to the cached files for quick presentation of content? It seemed to me the DLs were taking place everytime i navigated somehere else in my app.
And if this does not automatically take place, is there a way to force it?
My file urls are generated after uploading a file to the server. For example:
Commander_Msg.html becomes www.the-site.com/doc/4758973
If ANYONE can shed some light on this please put those 2 cents in. I am struggling to find a definative answer.