I am running two swfs that both use ASWing UI library, is there a way to load the shared library of ASWing only once ? currently, I am loading the library for each swf file on the same page.
p.s: the two SWFs are identical
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as i know there is not other way to share RSLs apart from loading them again. This shouldn’t be an issue for you as the first swf to load it will cache it, as per Adobe’s docs:
When multiple applications share a core set of components or classes, clients can download those assets only once as an RSL rather than once for each application. The RSLs are persisted on the client disk so that they do not need to be transferred across the network a second time. The resulting file size for the applications can be reduced. The benefits increase as the number of applications that use the RSL increases.