|
INTERVIEW QUESTIONS
WEB
ACTION SCRIPT
DETAILS
Question: What are runtime shared libraries in flex?
Answer: Macromedia Flex 1.5 you can build runtime shared libraries (RSLs) that can be individually loaded, cached, and used by multiple applications. Use Flex 3 runtime-shared-libraries (RSLs) to reduce the size of your applications and thereby reduce the time required to download the application. 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. Unsigned RSLs are normal SWF files and are not loaded into the Flash Player Cache. Instead, these RSLs rely on the browser's cache to keep them from being downloaded.
|
|
|
Category |
Action Script Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8006 users |
Added on |
9/22/2014 |
Views |
71296 |
Rate it! |
|
|
Question:
What are runtime shared libraries in flex?
Answer:
Macromedia Flex 1.5 you can build runtime shared libraries (RSLs) that can be individually loaded, cached, and used by multiple applications. Use Flex 3 runtime-shared-libraries (RSLs) to reduce the size of your applications and thereby reduce the time required to download the application. 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. Unsigned RSLs are normal SWF files and are not loaded into the Flash Player Cache. Instead, these RSLs rely on the browser's cache to keep them from being downloaded. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What are sealed classes in flex?
|
View Answer
|
|
What is dynamic keyword used for in actionscript?
|
View Answer
|
|
How do we overload functions in actionscript?
|
View Answer
|
|
How polymorphism works on actionscript?
|
View Answer
|
|
What keyword allows you to refer to private variables of a class in flex?
|
View Answer
|
|
How does item renderer work? How do we add item renderer at runtime in flex?
|
View Answer
|
|
What is state? what is the difference between states and ViewStack in flex?
|
View Answer
|
|
What is MVC and how do you relate it to flex apps?
|
View Answer
|
|
What is the difference between sealed class and dynamic classes in flex?
|
View Answer
|
|
How do we use css styles in flex?
|
View Answer
|
|
what are three ways to skin a component in flex?
|
View Answer
|
|
How do you use a repeater in actionscript?
|
View Answer
|
|
How do we call javascript from Flex actionscript?
|
View Answer
|
|
What is a drag manager in adobe flex actionscript?
|
View Answer
|
|
Can you write to the file system from flex?
|
View Answer
|
|
What are the methods called when a UI component is intialized?
|
View Answer
|
|
How do you implement push with flex data services?
|
View Answer
|
|
What is the dynamic keyword used for in flex actionscript?
|
View Answer
|
|
What are the similarities between java and flex?
|
View Answer
|
|
What is a resource Manager in flex actionscript?
|
View Answer
|