# Loaded SWF Caching Question

**URL:** https://forum.kirupa.com/t/loaded-swf-caching-question/271381
**Category:** flash
**Created:** [September 22, 2008, 3:02pm UTC](https://forum.kirupa.com/t/loaded-swf-caching-question/271381 "2008-09-22T15:02:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Yeldarb](https://avatars.discourse-cdn.com/v4/letter/y/51bf81/32.png) [@Yeldarb](https://forum.kirupa.com/u/Yeldarb)
#### Post date: [September 22, 2008, 3:02pm UTC](https://forum.kirupa.com/t/loaded-swf-caching-question/271381/1 "2008-09-22T15:02:18Z")

</div>

Are swfs that you load dynamically cached?

For example, if my structure is

loader.swf  
---- loads child1.swf  
-------- loads child11.swf  
---- loads child2.swf  
-------- loads child21.swf  
---- loads child3.swf

If the user goes to loader.swf a hundred times will the child\<x\>.swf movies be downloaded from the server 100 times or will they be cached on the client side and only download the first time?
