问题
What is RSL and what is the use of RSL?
Have any sample example , Please shared me,.
Thanks, Ravi
回答1:
Runtime shared libraries
RSLs are just SWF files whose code is used as a shared library between different application SWF files. There are two kinds of RSLs, signed and unsigned. Signed RSLs are libraries that are signed by Adobe and may be stored in the Flash Player Cache, which can be accessed by applications from any domain. This means if your application is using a signed RSL, the RSL may not even need to be downloaded if the RSL is already in the Flash Player Cache. The signed RSL may have been put into the Flash Player Cache by visiting another web site that was using the same signed RSL. Signed RSLs have a "swz" extension.
Also read:
- Introduction to RSL
- RSL load time savings
- Deploying RSLs in flex
The links provided in this post are taken from the first page of the Google results for the query flex rsl
来源:https://stackoverflow.com/questions/2070244/runtime-shared-libraries