Hi,
I want to use shared library within a project so the same elements can be used in my pages(sub swf), activities and assets (sub swfs in the sub swf, like checkmarks, backgrounds, fonts, etc). Recently I just learned how to pre-cache a shared library and how important it is. Now, my question is:
If I load the shared library in the Main Player (player.swf), once it has finished loading is it considered cached so that the sub swfs and its assets swfs can access them quickly, without having to reload the library? I would assume so since the player.swf basically calls in the other swfs inside it, but I wanted to be sure.
Thanks in advance!