What are runtime shared libraries in flex? : adobe flex action script
Answer / Ram Pal
Runtime Shared Libraries (RSLs) are reusable ActionScript libraries that can be included in multiple Flex applications without the need to recompile the entire library. They are useful for reducing application size and increasing load times.
| Is This Answer Correct ? | 0 Yes | 0 No |
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?
What are the methods called when a ui component is intialized?
How does item renderer work? : adobe flex action script
Difference between swc and swf file?
What does calling preventdefault() on an event do? : adobe flex action script
What is default frame rate of the timeline in frame per second?
What is event flow in term of event handling in flash action script 3.0? : adobe flex action script
What events are used by the collections?
I am sending my request, and I see the data traffic in the command window, but why is the result always empty? : adobe flex action script
How binding works in mxml components in flex? : Adobe Flex ActionScript
Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script