flex - When an swf (or other external remote resource) is loaded using SWFLoader, is there any client side caching performed -
It should be noted that when external remote processing (SWF, or JPG) is loaded using SWFLoader (or image) ) Component, in Flex 3, if there is a client side (i.e. browser caching?) Or loaded resources, in particular a second request would be to use only the cached resources to access the previously accessed resources Will be requested. It would be good to know that both are possible (i.e., it is always asking to use a fresh load or asking to use the cached copy) Text "itemprop =" text ">
Browser Externally Is responsible for caching the loaded media, such as images, videos, and even SWFs. They can be removed by clearing your browser cache. I tested the Flash Projects in Firefox
However, Flash Player handles caching of any externally loaded signed flash components, eg any Adobe Flex Framework components You can read more about this by clearing your browser cache, these components will not be explained.
To stop the file cacheed by your browser, It is to be calculated that when the file is loaded, you can do this by adding a random string as a URL variable. I usually use the current time, or a random number:
Var noCache: int = new date (). GetTime (); MyImage.load ("filename.jpg? Uniq =" + noCache); Or you can add unique variables using class.
Comments
Post a Comment