How to preload .swf file and cache it for future page requests?
        Posted  
        
            by Amr ElGarhy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Amr ElGarhy
        
        
        
        Published on 2010-03-24T12:02:30Z
        Indexed on 
            2010/03/27
            1:23 UTC
        
        
        Read the original article
        Hit count: 357
        
I am using swfupload to upload files on a website, the problem that every time the user open the page which contains the upload button, the page loads completely then the flash file start loading from scratch every time the user visit the page with no cache.
Is there a way to preload and cache .swf files in my asp.net page?
© Stack Overflow or respective owner